Shades of Olive Green #ACB96C
Tints of Olive Green #ACB96C
RGB
CMYK
RGB Variations
Color information
#ACB96C (or 0xACB96C) is known color: Olive Green. HEX triplet: AC, B9 and 6C. RGB value is (172,185,108). Sum of RGB (Red+Green+Blue) = 172+185+108=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB96C is #534693. Grayscale: #ACACAC. Windows color (decimal): -5457556 or 7125420. OLE color: 7125420.
HSL color Cylindrical-coordinate representation of color #ACB96C: hue angle of 70.13º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACB96C is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 108 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.27 |
| HSL | 70.13º | 0.35% | 0.57% | - |
| HSV(B) | 70.13º | 0.42% | 0.73% | - |
| XYZ | 37.07 | 44.55 | 20.83 | - |
| YUV | 172.34 | 91.69 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 108 | 0.07 | 0 | 0.42 | 0.27 | 70.13 | 0.35 | 0.57 |
| Hex | AC | B9 | 6C | 7 | 0 | 2A | 1B | 46 | 23 | 39 |
| Octal | 254 | 271 | 154 | 7 | 0 | 52 | 33 | 106 | 43 | 71 |
| Binary | 10101100 | 10111001 | 1101100 | 111 | 0 | 101010 | 11011 | 1000110 | 100011 | 111001 |
Color Harmonies of #ACB96C
Complementary color
Monochromatic Colors of #ACB96C
Black with #ACB96C
Text Example
Text Example
White with #ACB96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB96C; }
p { color: rgb(172,185,108); }
H1.HeaderClassName
{
color: #ACB96C;
}
.AnyTagClassName
{
color: #ACB96C;
}
</style>
background-color css
<style>
a { background-color: #ACB96C; }
a { background-color: rgb(172,185,108); }
div.DivClassName
{
background-color: #ACB96C;
}
.BgClassName
{
background-color: #ACB96C;
}
</style>
border-color css
<style>
span { border-color: #ACB96C; }
span { border-color: rgb(172,185,108); }
td.TdClassName
{
border-color: #ACB96C;
}
.TagClassName
{
border-color: #ACB96C;
}
</style>