Color: #BAB25C

#BAB25C Color Information

#BAB25C is a light color. The closest websafe version is #BAB25C. A complement of this color would be #5D65BB, perceived brightness is 0.67, and the grayscale version is #8B8B8B.

In the HSL color space, this color has a hue angle of 55°,a saturation of 41%, and a lightness of 55%.The HSV representation shows a hue of 55°, a saturation of 51%, and a value of 73%.

In a RGB color space, #BAB25C is composed of 73% red, 70% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 4% magenta, 51% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 43.49, x: 0.4166, and y: 0.4519.

Color Code #BAB25C

#BAB25Crgb(186, 178, 92)
HEX
#BAB25C
RGB
rgb(186, 178, 92)
HSL
hsl(55, 41%, 55%)
HSV
hsv(55, 51%, 73%)
CMYK
0%, 4%, 51%, 27%
XYZ
X: 40.09, Y: 43.49, Z: 12.65
Lab
L: 71.89, a: -5.65, b: 44.49
Name

Shades of Color #BAB25C

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

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

#BAB25Crgb(186, 178, 92)

About #BAB25C Color Code

In the HSL color space, this color has a hue angle of 55°, a saturation of 41%, and a lightness of 55%. The HSV representation shows a hue of 55°, a saturation of 51%, and a value of 73%.

  • HEX: #BAB25C
  • RGB: rgb(186, 178, 92)
  • HSL: hsl(55, 41%, 55%)
  • HSV: hsv(55, 51%, 73%)
  • CMYK: 0.00% cyan, 4.00% magenta, 51.00% yellow, 27.00% black
  • XYZ: 40.09, 43.49, 12.65
  • Yxy: 43.49, 0.4166, 0.4519
  • Hunter Lab: 71.89, -5.65, 44.49
  • CIE-Lab: 71.89, -5.65, 44.49

In the XYZ color space, this color is represented as X: 40.09, Y: 43.49, Z: 12.65. The Yxy representation further refines this as Y: 43.49, x: 0.4166, and y: 0.4519.

In the Hunter Lab color space, this color is represented as L: 71.89, a: -5.65, and b: 44.49. Similarly, in the CIE-Lab color space, it is represented as L: 71.89, a: -5.65, and b: 44.49.

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

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

Analogous Colors of #BAB25C

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

Split Complementary Colors of #BAB25C

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

Tetradic Colors of #BAB25C

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

Monochromatic Colors of #BAB25C

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

Complementary Color of #BAB25C

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

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

HTML Examples of #BAB25C

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

Related Colors of #BAB25C

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