Shades of Olive Green #ACB455
Tints of Olive Green #ACB455
RGB
CMYK
RGB Variations
Color information
#ACB455 (or 0xACB455) is known color: Olive Green. HEX triplet: AC, B4 and 55. RGB value is (172,180,85). Sum of RGB (Red+Green+Blue) = 172+180+85=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB455 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB455 is #534BAA. Grayscale: #A7A7A7. Windows color (decimal): -5458859 or 5616812. OLE color: 5616812.
HSL color Cylindrical-coordinate representation of color #ACB455: hue angle of 65.05º 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 #ACB455 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 85 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.29 |
| HSL | 65.05º | 0.39% | 0.52% | - |
| HSV(B) | 65.05º | 0.53% | 0.71% | - |
| XYZ | 34.97 | 42.07 | 14.87 | - |
| YUV | 166.78 | 81.85 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 85 | 0.04 | 0 | 0.53 | 0.29 | 65.05 | 0.39 | 0.52 |
| Hex | AC | B4 | 55 | 4 | 0 | 35 | 1D | 41 | 27 | 34 |
| Octal | 254 | 264 | 125 | 4 | 0 | 65 | 35 | 101 | 47 | 64 |
| Binary | 10101100 | 10110100 | 1010101 | 100 | 0 | 110101 | 11101 | 1000001 | 100111 | 110100 |
Color Harmonies of #ACB455
Complementary color
Monochromatic Colors of #ACB455
Black with #ACB455
Text Example
Text Example
White with #ACB455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB455; }
p { color: rgb(172,180,85); }
H1.HeaderClassName
{
color: #ACB455;
}
.AnyTagClassName
{
color: #ACB455;
}
</style>
background-color css
<style>
a { background-color: #ACB455; }
a { background-color: rgb(172,180,85); }
div.DivClassName
{
background-color: #ACB455;
}
.BgClassName
{
background-color: #ACB455;
}
</style>
border-color css
<style>
span { border-color: #ACB455; }
span { border-color: rgb(172,180,85); }
td.TdClassName
{
border-color: #ACB455;
}
.TagClassName
{
border-color: #ACB455;
}
</style>