Shades of Olive Green #ACB255
Tints of Olive Green #ACB255
RGB
CMYK
RGB Variations
Color information
#ACB255 (or 0xACB255) is known color: Olive Green. HEX triplet: AC, B2 and 55. RGB value is (172,178,85). Sum of RGB (Red+Green+Blue) = 172+178+85=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB255 is #534DAA. Grayscale: #A5A5A5. Windows color (decimal): -5459371 or 5616300. OLE color: 5616300.
HSL color Cylindrical-coordinate representation of color #ACB255: hue angle of 63.87º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACB255 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 85 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.30 |
| HSL | 63.87º | 0.38% | 0.52% | - |
| HSV(B) | 63.87º | 0.52% | 0.7% | - |
| XYZ | 34.57 | 41.27 | 14.74 | - |
| YUV | 165.6 | 82.51 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 85 | 0.03 | 0 | 0.52 | 0.30 | 63.87 | 0.38 | 0.52 |
| Hex | AC | B2 | 55 | 3 | 0 | 34 | 1E | 40 | 26 | 34 |
| Octal | 254 | 262 | 125 | 3 | 0 | 64 | 36 | 100 | 46 | 64 |
| Binary | 10101100 | 10110010 | 1010101 | 11 | 0 | 110100 | 11110 | 1000000 | 100110 | 110100 |
Color Harmonies of #ACB255
Complementary color
Monochromatic Colors of #ACB255
Black with #ACB255
Text Example
Text Example
White with #ACB255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB255; }
p { color: rgb(172,178,85); }
H1.HeaderClassName
{
color: #ACB255;
}
.AnyTagClassName
{
color: #ACB255;
}
</style>
background-color css
<style>
a { background-color: #ACB255; }
a { background-color: rgb(172,178,85); }
div.DivClassName
{
background-color: #ACB255;
}
.BgClassName
{
background-color: #ACB255;
}
</style>
border-color css
<style>
span { border-color: #ACB255; }
span { border-color: rgb(172,178,85); }
td.TdClassName
{
border-color: #ACB255;
}
.TagClassName
{
border-color: #ACB255;
}
</style>