Shades of Olive Green #ACB454
Tints of Olive Green #ACB454
RGB
CMYK
RGB Variations
Color information
#ACB454 (or 0xACB454) is known color: Olive Green. HEX triplet: AC, B4 and 54. RGB value is (172,180,84). Sum of RGB (Red+Green+Blue) = 172+180+84=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 84 (33.20% from 255 or 19.27% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB454 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB454 is #534BAB. Grayscale: #A7A7A7. Windows color (decimal): -5458860 or 5551276. OLE color: 5551276.
HSL color Cylindrical-coordinate representation of color #ACB454: hue angle of 65º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACB454 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 84 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.29 |
| HSL | 65º | 0.39% | 0.52% | - |
| HSV(B) | 65º | 0.53% | 0.71% | - |
| XYZ | 34.93 | 42.05 | 14.66 | - |
| YUV | 166.66 | 81.35 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 84 | 0.04 | 0 | 0.53 | 0.29 | 65 | 0.39 | 0.52 |
| Hex | AC | B4 | 54 | 4 | 0 | 35 | 1D | 41 | 27 | 34 |
| Octal | 254 | 264 | 124 | 4 | 0 | 65 | 35 | 101 | 47 | 64 |
| Binary | 10101100 | 10110100 | 1010100 | 100 | 0 | 110101 | 11101 | 1000001 | 100111 | 110100 |
Color Harmonies of #ACB454
Complementary color
Monochromatic Colors of #ACB454
Black with #ACB454
Text Example
Text Example
White with #ACB454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB454; }
p { color: rgb(172,180,84); }
H1.HeaderClassName
{
color: #ACB454;
}
.AnyTagClassName
{
color: #ACB454;
}
</style>
background-color css
<style>
a { background-color: #ACB454; }
a { background-color: rgb(172,180,84); }
div.DivClassName
{
background-color: #ACB454;
}
.BgClassName
{
background-color: #ACB454;
}
</style>
border-color css
<style>
span { border-color: #ACB454; }
span { border-color: rgb(172,180,84); }
td.TdClassName
{
border-color: #ACB454;
}
.TagClassName
{
border-color: #ACB454;
}
</style>