Color: #ACB34C
#ACB34C Color Information
#ACB34C is a light color. The closest websafe version is #ACB34C. A complement of this color would be #534DB3, perceived brightness is 0.65, and the grayscale version is #808080.
In the HSL color space, this color has a hue angle of 64°,a saturation of 40%, and a lightness of 50%.The HSV representation shows a hue of 64°, a saturation of 100%, and a value of 100%.
In a RGB color space, #ACB34C is composed of 67% red, 70% green and 30% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 0% magenta, 58% yellow and 30% black.
In the Yxy color space, this color is represented as Y: 41.93, x: 0.4114, and y: 0.4742.
Color Code #ACB34C
Shades of Color #ACB34C
Shades are created by darkening the original color #ACB34C 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 #ACB34C
Tints are created by lightening the original color #ACB34C 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.
About #ACB34C Color Code
In the HSL color space, this color has a hue angle of 64°, a saturation of 40%, and a lightness of 50%. The HSV representation shows a hue of 64°, a saturation of 58%, and a value of 70%.
- HEX: #ACB34C
- RGB: rgb(172, 179, 76)
- HSL: hsl(64, 40%, 50%)
- HSV: hsv(64, 58%, 70%)
- CMYK: 4.00% cyan, 0.00% magenta, 58.00% yellow, 30.00% black
- XYZ: 36.38, 41.93, 10.11
- Yxy: 41.93, 0.4114, 0.4742
- Hunter Lab: 70.82, -12.94, 50.35
- CIE-Lab: 70.82, -12.94, 50.35
In the XYZ color space, this color is represented as X: 36.38, Y: 41.93, Z: 10.11. The Yxy representation further refines this as Y: 41.93, x: 0.4114, and y: 0.4742.
In the Hunter Lab color space, this color is represented as L: 70.82, a: -12.94, and b: 50.35. Similarly, in the CIE-Lab color space, it is represented as L: 70.82, a: -12.94, and b: 50.35.
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 #ACB34C
Triadic colors are three colors evenly spaced around the color wheel, including #ACB34C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #ACB34C
Monochromatic colors are variations of #ACB34C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ACB34C
The complementary color of #ACB34C 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 #ACB34C
/* Using HEX */ body { background-color: #acb34c; }
/* Using RGB */ body { background-color: rgb(172, 179, 76); }
/* Using RGB with opacity */ body { background-color: rgba(172, 179, 76, 0.5); }
/* Using HSL */ body { background-color: hsl(64, 40%, 50%); }
/* Text color */ p { color: #acb34c; }
/* Box shadow */ div { box-shadow: 4px 4px #acb34c; }
HTML Examples of #ACB34C
<!-- Using HEX --> <div style="background-color: #acb34c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(172, 179, 76); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(172, 179, 76, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(64, 40%, 50%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #acb34c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #acb34c; width: 100px; height: 100px;"></div>
Related Colors of #ACB34C
These colors are similar to #ACB34C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.