Shades of Olive Green #ACB054
Tints of Olive Green #ACB054
RGB
CMYK
RGB Variations
Color information
#ACB054 (or 0xACB054) is known color: Olive Green. HEX triplet: AC, B0 and 54. RGB value is (172,176,84). Sum of RGB (Red+Green+Blue) = 172+176+84=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 84 (33.20% from 255 or 19.44% from 432); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB054 is #534FAB. Grayscale: #A4A4A4. Windows color (decimal): -5459884 or 5550252. OLE color: 5550252.
HSL color Cylindrical-coordinate representation of color #ACB054: hue angle of 62.61º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACB054 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 84 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.31 |
| HSL | 62.61º | 0.37% | 0.51% | - |
| HSV(B) | 62.61º | 0.52% | 0.69% | - |
| XYZ | 34.14 | 40.46 | 14.4 | - |
| YUV | 164.32 | 82.67 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 84 | 0.02 | 0 | 0.52 | 0.31 | 62.61 | 0.37 | 0.51 |
| Hex | AC | B0 | 54 | 2 | 0 | 34 | 1F | 3F | 25 | 33 |
| Octal | 254 | 260 | 124 | 2 | 0 | 64 | 37 | 77 | 45 | 63 |
| Binary | 10101100 | 10110000 | 1010100 | 10 | 0 | 110100 | 11111 | 111111 | 100101 | 110011 |
Color Harmonies of #ACB054
Complementary color
Monochromatic Colors of #ACB054
Black with #ACB054
Text Example
Text Example
White with #ACB054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB054; }
p { color: rgb(172,176,84); }
H1.HeaderClassName
{
color: #ACB054;
}
.AnyTagClassName
{
color: #ACB054;
}
</style>
background-color css
<style>
a { background-color: #ACB054; }
a { background-color: rgb(172,176,84); }
div.DivClassName
{
background-color: #ACB054;
}
.BgClassName
{
background-color: #ACB054;
}
</style>
border-color css
<style>
span { border-color: #ACB054; }
span { border-color: rgb(172,176,84); }
td.TdClassName
{
border-color: #ACB054;
}
.TagClassName
{
border-color: #ACB054;
}
</style>