Color: #BACA71

#BACA71 Color Information

#BACA71 is a light color. The closest websafe version is #BACA71. A complement of this color would be #8272CB, perceived brightness is 0.73, and the grayscale version is #9E9E9E.

In the HSL color space, this color has a hue angle of 71°,a saturation of 46%, and a lightness of 62%.The HSV representation shows a hue of 71°, a saturation of 44%, and a value of 79%.

In a RGB color space, #BACA71 is composed of 73% red, 79% green and 44% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 0% magenta, 44% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 54.27, x: 0.3909, and y: 0.4561.

Color Code #BACA71

#BACA71rgb(186, 202, 113)
HEX
#BACA71
RGB
rgb(186, 202, 113)
HSL
hsl(71, 46%, 62%)
HSV
hsv(71, 44%, 79%)
CMYK
8%, 0%, 44%, 21%
XYZ
X: 46.52, Y: 54.27, Z: 18.21
Lab
L: 78.62, a: -15.68, b: 42.27
Name

Shades of Color #BACA71

Shades are created by darkening the original color #BACA71 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #BACA71

Tints are created by lightening the original color #BACA71 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#BACA71rgb(186, 202, 113)

About #BACA71 Color Code

In the HSL color space, this color has a hue angle of 71°, a saturation of 46%, and a lightness of 62%. The HSV representation shows a hue of 71°, a saturation of 44%, and a value of 79%.

  • HEX: #BACA71
  • RGB: rgb(186, 202, 113)
  • HSL: hsl(71, 46%, 62%)
  • HSV: hsv(71, 44%, 79%)
  • CMYK: 8.00% cyan, 0.00% magenta, 44.00% yellow, 21.00% black
  • XYZ: 46.52, 54.27, 18.21
  • Yxy: 54.27, 0.3909, 0.4561
  • Hunter Lab: 78.62, -15.68, 42.27
  • CIE-Lab: 78.62, -15.68, 42.27

In the XYZ color space, this color is represented as X: 46.52, Y: 54.27, Z: 18.21. The Yxy representation further refines this as Y: 54.27, x: 0.3909, and y: 0.4561.

In the Hunter Lab color space, this color is represented as L: 78.62, a: -15.68, and b: 42.27. Similarly, in the CIE-Lab color space, it is represented as L: 78.62, a: -15.68, and b: 42.27.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #BACA71

Triadic colors are three colors evenly spaced around the color wheel, including #BACA71. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #BACA71

Analogous colors are adjacent to #BACA71 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #BACA71

Split complementary colors are two colors adjacent to the complementary color of #BACA71. They create a balanced and visually appealing color scheme.

Tetradic Colors of #BACA71

Tetradic colors form a rectangle on the color wheel, including #BACA71. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #BACA71

Monochromatic colors are variations of #BACA71, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #BACA71

The complementary color of #BACA71 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #BACA71

/* Using HEX */
body {
  background-color: #baca71;
}
/* Using RGB */
body {
  background-color: rgb(186, 202, 113);
}
/* Using RGB with opacity */
body {
  background-color: rgba(186, 202, 113, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(71, 46%, 62%);
}
/* Text color */
p {
  color: #baca71;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #baca71;
}
/* Border color */
.box {
  border: 4px solid #baca71;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #baca71;
}
Text Shadow Preview
/* Background with text */
div {
  background: #baca71;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BACA71
On Black Background
#BACA71
On White Background
#BACA71

HTML Examples of #BACA71

<!-- Using HEX -->
<div style="background-color: #baca71; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(186, 202, 113); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(186, 202, 113, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(71, 46%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #baca71;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #baca71; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #baca71; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #baca71;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #baca71; color: #fff; padding: 16px; border-radius: 8px;">
  #BACA71
</div>
#BACA71
On Black Background
#BACA71
On White Background
#BACA71

Related Colors of #BACA71

These colors are similar to #BACA71, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.