Shades of Olive Green #ACA85C
Tints of Olive Green #ACA85C
RGB
CMYK
RGB Variations
Color information
#ACA85C (or 0xACA85C) is known color: Olive Green. HEX triplet: AC, A8 and 5C. RGB value is (172,168,92). Sum of RGB (Red+Green+Blue) = 172+168+92=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA85C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA85C is #5357A3. Grayscale: #A0A0A0. Windows color (decimal): -5461924 or 6072492. OLE color: 6072492.
HSL color Cylindrical-coordinate representation of color #ACA85C: hue angle of 57º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACA85C is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 168 | 92 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.33 |
| HSL | 57º | 0.33% | 0.52% | - |
| HSV(B) | 57º | 0.47% | 0.67% | - |
| XYZ | 32.95 | 37.55 | 15.64 | - |
| YUV | 160.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 168 | 92 | 0 | 0.02 | 0.47 | 0.33 | 57 | 0.33 | 0.52 |
| Hex | AC | A8 | 5C | 0 | 2 | 2F | 21 | 39 | 21 | 34 |
| Octal | 254 | 250 | 134 | 0 | 2 | 57 | 41 | 71 | 41 | 64 |
| Binary | 10101100 | 10101000 | 1011100 | 0 | 10 | 101111 | 100001 | 111001 | 100001 | 110100 |
Color Harmonies of #ACA85C
Complementary color
Monochromatic Colors of #ACA85C
Black with #ACA85C
Text Example
Text Example
White with #ACA85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA85C; }
p { color: rgb(172,168,92); }
H1.HeaderClassName
{
color: #ACA85C;
}
.AnyTagClassName
{
color: #ACA85C;
}
</style>
background-color css
<style>
a { background-color: #ACA85C; }
a { background-color: rgb(172,168,92); }
div.DivClassName
{
background-color: #ACA85C;
}
.BgClassName
{
background-color: #ACA85C;
}
</style>
border-color css
<style>
span { border-color: #ACA85C; }
span { border-color: rgb(172,168,92); }
td.TdClassName
{
border-color: #ACA85C;
}
.TagClassName
{
border-color: #ACA85C;
}
</style>