Color: #BBB84C

#BBB84C Color Information

#BBB84C is a light color. The closest websafe version is #BBB84C. A complement of this color would be #4E51BC, perceived brightness is 0.68, and the grayscale version is #848484.

In the HSL color space, this color has a hue angle of 58°,a saturation of 45%, and a lightness of 52%.The HSV representation shows a hue of 58°, a saturation of 59%, and a value of 73%.

In a RGB color space, #BBB84C is composed of 73% red, 72% green and 30% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 2% magenta, 59% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 45.86, x: 0.4220, and y: 0.4702.

Color Code #BBB84C

#BBB84Crgb(187, 184, 76)
HEX
#BBB84C
RGB
rgb(187, 184, 76)
HSL
hsl(58, 45%, 52%)
HSV
hsv(58, 59%, 73%)
CMYK
0%, 2%, 59%, 27%
XYZ
X: 41.16, Y: 45.86, Z: 10.51
Lab
L: 73.45, a: -9.09, b: 53.61
Name

Shades of Color #BBB84C

Shades are created by darkening the original color #BBB84C 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 #BBB84C

Tints are created by lightening the original color #BBB84C 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.

#BBB84Crgb(187, 184, 76)

About #BBB84C Color Code

In the HSL color space, this color has a hue angle of 58°, a saturation of 45%, and a lightness of 52%. The HSV representation shows a hue of 58°, a saturation of 59%, and a value of 73%.

  • HEX: #BBB84C
  • RGB: rgb(187, 184, 76)
  • HSL: hsl(58, 45%, 52%)
  • HSV: hsv(58, 59%, 73%)
  • CMYK: 0.00% cyan, 2.00% magenta, 59.00% yellow, 27.00% black
  • XYZ: 41.16, 45.86, 10.51
  • Yxy: 45.86, 0.4220, 0.4702
  • Hunter Lab: 73.45, -9.09, 53.61
  • CIE-Lab: 73.45, -9.09, 53.61

In the XYZ color space, this color is represented as X: 41.16, Y: 45.86, Z: 10.51. The Yxy representation further refines this as Y: 45.86, x: 0.4220, and y: 0.4702.

In the Hunter Lab color space, this color is represented as L: 73.45, a: -9.09, and b: 53.61. Similarly, in the CIE-Lab color space, it is represented as L: 73.45, a: -9.09, and b: 53.61.

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 #BBB84C

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

Analogous Colors of #BBB84C

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

Monochromatic Colors of #BBB84C

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

Complementary Color of #BBB84C

The complementary color of #BBB84C 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 #BBB84C

/* Using HEX */
body {
  background-color: #bbb84c;
}
/* Using RGB */
body {
  background-color: rgb(187, 184, 76);
}
/* Using RGB with opacity */
body {
  background-color: rgba(187, 184, 76, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(58, 45%, 52%);
}
/* Text color */
p {
  color: #bbb84c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bbb84c;
}
/* Border color */
.box {
  border: 4px solid #bbb84c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bbb84c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bbb84c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BBB84C
On Black Background
#BBB84C
On White Background
#BBB84C

HTML Examples of #BBB84C

<!-- Using HEX -->
<div style="background-color: #bbb84c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(187, 184, 76); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(187, 184, 76, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(58, 45%, 52%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bbb84c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bbb84c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #bbb84c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #bbb84c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #bbb84c; color: #fff; padding: 16px; border-radius: 8px;">
  #BBB84C
</div>
#BBB84C
On Black Background
#BBB84C
On White Background
#BBB84C

Related Colors of #BBB84C

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