Shades of Olive Green #ACAB55
Tints of Olive Green #ACAB55
RGB
CMYK
RGB Variations
Color information
#ACAB55 (or 0xACAB55) is known color: Olive Green. HEX triplet: AC, AB and 55. RGB value is (172,171,85). Sum of RGB (Red+Green+Blue) = 172+171+85=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB55 is #5354AA. Grayscale: #A1A1A1. Windows color (decimal): -5461163 or 5614508. OLE color: 5614508.
HSL color Cylindrical-coordinate representation of color #ACAB55: hue angle of 59.31º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACAB55 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 171 | 85 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.33 |
| HSL | 59.31º | 0.34% | 0.5% | - |
| HSV(B) | 59.31º | 0.51% | 0.67% | - |
| XYZ | 33.22 | 38.55 | 14.29 | - |
| YUV | 161.5 | 84.83 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 85 | 0 | 0.01 | 0.51 | 0.33 | 59.31 | 0.34 | 0.5 |
| Hex | AC | AB | 55 | 0 | 1 | 33 | 21 | 3B | 22 | 32 |
| Octal | 254 | 253 | 125 | 0 | 1 | 63 | 41 | 73 | 42 | 62 |
| Binary | 10101100 | 10101011 | 1010101 | 0 | 1 | 110011 | 100001 | 111011 | 100010 | 110010 |
Color Harmonies of #ACAB55
Complementary color
Monochromatic Colors of #ACAB55
Black with #ACAB55
Text Example
Text Example
White with #ACAB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAB55; }
p { color: rgb(172,171,85); }
H1.HeaderClassName
{
color: #ACAB55;
}
.AnyTagClassName
{
color: #ACAB55;
}
</style>
background-color css
<style>
a { background-color: #ACAB55; }
a { background-color: rgb(172,171,85); }
div.DivClassName
{
background-color: #ACAB55;
}
.BgClassName
{
background-color: #ACAB55;
}
</style>
border-color css
<style>
span { border-color: #ACAB55; }
span { border-color: rgb(172,171,85); }
td.TdClassName
{
border-color: #ACAB55;
}
.TagClassName
{
border-color: #ACAB55;
}
</style>