Shades of Olive Green #ACAB54
Tints of Olive Green #ACAB54
RGB
CMYK
RGB Variations
Color information
#ACAB54 (or 0xACAB54) is known color: Olive Green. HEX triplet: AC, AB and 54. RGB value is (172,171,84). Sum of RGB (Red+Green+Blue) = 172+171+84=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 84 (33.20% from 255 or 19.67% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB54 is #5354AB. Grayscale: #A1A1A1. Windows color (decimal): -5461164 or 5548972. OLE color: 5548972.
HSL color Cylindrical-coordinate representation of color #ACAB54: hue angle of 59.32º degrees, saturation: 0.35, 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 #ACAB54 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 171 | 84 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.33 |
| HSL | 59.32º | 0.35% | 0.5% | - |
| HSV(B) | 59.32º | 0.51% | 0.67% | - |
| XYZ | 33.18 | 38.54 | 14.08 | - |
| YUV | 161.38 | 84.33 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 84 | 0 | 0.01 | 0.51 | 0.33 | 59.32 | 0.35 | 0.5 |
| Hex | AC | AB | 54 | 0 | 1 | 33 | 21 | 3B | 23 | 32 |
| Octal | 254 | 253 | 124 | 0 | 1 | 63 | 41 | 73 | 43 | 62 |
| Binary | 10101100 | 10101011 | 1010100 | 0 | 1 | 110011 | 100001 | 111011 | 100011 | 110010 |
Color Harmonies of #ACAB54
Complementary color
Monochromatic Colors of #ACAB54
Black with #ACAB54
Text Example
Text Example
White with #ACAB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAB54; }
p { color: rgb(172,171,84); }
H1.HeaderClassName
{
color: #ACAB54;
}
.AnyTagClassName
{
color: #ACAB54;
}
</style>
background-color css
<style>
a { background-color: #ACAB54; }
a { background-color: rgb(172,171,84); }
div.DivClassName
{
background-color: #ACAB54;
}
.BgClassName
{
background-color: #ACAB54;
}
</style>
border-color css
<style>
span { border-color: #ACAB54; }
span { border-color: rgb(172,171,84); }
td.TdClassName
{
border-color: #ACAB54;
}
.TagClassName
{
border-color: #ACAB54;
}
</style>