Shades of Olive Green #ACAB56
Tints of Olive Green #ACAB56
RGB
CMYK
RGB Variations
Color information
#ACAB56 (or 0xACAB56) is known color: Olive Green. HEX triplet: AC, AB and 56. RGB value is (172,171,86). Sum of RGB (Red+Green+Blue) = 172+171+86=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB56 is #5354A9. Grayscale: #A1A1A1. Windows color (decimal): -5461162 or 5680044. OLE color: 5680044.
HSL color Cylindrical-coordinate representation of color #ACAB56: hue angle of 59.3º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACAB56 is Cyan = 0, Magento = 0.01, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 171 | 86 | - |
| CMYK | 0 | 0.01 | 0.5 | 0.33 |
| HSL | 59.3º | 0.34% | 0.51% | - |
| HSV(B) | 59.3º | 0.5% | 0.67% | - |
| XYZ | 33.26 | 38.57 | 14.5 | - |
| YUV | 161.61 | 85.33 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 86 | 0 | 0.01 | 0.5 | 0.33 | 59.3 | 0.34 | 0.51 |
| Hex | AC | AB | 56 | 0 | 1 | 32 | 21 | 3B | 22 | 33 |
| Octal | 254 | 253 | 126 | 0 | 1 | 62 | 41 | 73 | 42 | 63 |
| Binary | 10101100 | 10101011 | 1010110 | 0 | 1 | 110010 | 100001 | 111011 | 100010 | 110011 |
Color Harmonies of #ACAB56
Complementary color
Monochromatic Colors of #ACAB56
Black with #ACAB56
Text Example
Text Example
White with #ACAB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAB56; }
p { color: rgb(172,171,86); }
H1.HeaderClassName
{
color: #ACAB56;
}
.AnyTagClassName
{
color: #ACAB56;
}
</style>
background-color css
<style>
a { background-color: #ACAB56; }
a { background-color: rgb(172,171,86); }
div.DivClassName
{
background-color: #ACAB56;
}
.BgClassName
{
background-color: #ACAB56;
}
</style>
border-color css
<style>
span { border-color: #ACAB56; }
span { border-color: rgb(172,171,86); }
td.TdClassName
{
border-color: #ACAB56;
}
.TagClassName
{
border-color: #ACAB56;
}
</style>