Shades of Olive Green #ACAB5E
Tints of Olive Green #ACAB5E
RGB
CMYK
RGB Variations
Color information
#ACAB5E (or 0xACAB5E) is known color: Olive Green. HEX triplet: AC, AB and 5E. RGB value is (172,171,94). Sum of RGB (Red+Green+Blue) = 172+171+94=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB5E is #5354A1. Grayscale: #A2A2A2. Windows color (decimal): -5461154 or 6204332. OLE color: 6204332.
HSL color Cylindrical-coordinate representation of color #ACAB5E: hue angle of 59.23º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACAB5E is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 171 | 94 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.33 |
| HSL | 59.23º | 0.32% | 0.52% | - |
| HSV(B) | 59.23º | 0.45% | 0.67% | - |
| XYZ | 33.6 | 38.7 | 16.29 | - |
| YUV | 162.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 94 | 0 | 0.01 | 0.45 | 0.33 | 59.23 | 0.32 | 0.52 |
| Hex | AC | AB | 5E | 0 | 1 | 2D | 21 | 3B | 20 | 34 |
| Octal | 254 | 253 | 136 | 0 | 1 | 55 | 41 | 73 | 40 | 64 |
| Binary | 10101100 | 10101011 | 1011110 | 0 | 1 | 101101 | 100001 | 111011 | 100000 | 110100 |
Color Harmonies of #ACAB5E
Complementary color
Monochromatic Colors of #ACAB5E
Black with #ACAB5E
Text Example
Text Example
White with #ACAB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAB5E; }
p { color: rgb(172,171,94); }
H1.HeaderClassName
{
color: #ACAB5E;
}
.AnyTagClassName
{
color: #ACAB5E;
}
</style>
background-color css
<style>
a { background-color: #ACAB5E; }
a { background-color: rgb(172,171,94); }
div.DivClassName
{
background-color: #ACAB5E;
}
.BgClassName
{
background-color: #ACAB5E;
}
</style>
border-color css
<style>
span { border-color: #ACAB5E; }
span { border-color: rgb(172,171,94); }
td.TdClassName
{
border-color: #ACAB5E;
}
.TagClassName
{
border-color: #ACAB5E;
}
</style>