Shades of Olive Green #ACB155
Tints of Olive Green #ACB155
RGB
CMYK
RGB Variations
Color information
#ACB155 (or 0xACB155) is known color: Olive Green. HEX triplet: AC, B1 and 55. RGB value is (172,177,85). Sum of RGB (Red+Green+Blue) = 172+177+85=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB155 is #534EAA. Grayscale: #A5A5A5. Windows color (decimal): -5459627 or 5616044. OLE color: 5616044.
HSL color Cylindrical-coordinate representation of color #ACB155: hue angle of 63.26º 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 #ACB155 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 85 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.31 |
| HSL | 63.26º | 0.37% | 0.51% | - |
| HSV(B) | 63.26º | 0.52% | 0.69% | - |
| XYZ | 34.38 | 40.87 | 14.67 | - |
| YUV | 165.02 | 82.84 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 85 | 0.03 | 0 | 0.52 | 0.31 | 63.26 | 0.37 | 0.51 |
| Hex | AC | B1 | 55 | 3 | 0 | 34 | 1F | 3F | 25 | 33 |
| Octal | 254 | 261 | 125 | 3 | 0 | 64 | 37 | 77 | 45 | 63 |
| Binary | 10101100 | 10110001 | 1010101 | 11 | 0 | 110100 | 11111 | 111111 | 100101 | 110011 |
Color Harmonies of #ACB155
Complementary color
Monochromatic Colors of #ACB155
Black with #ACB155
Text Example
Text Example
White with #ACB155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB155; }
p { color: rgb(172,177,85); }
H1.HeaderClassName
{
color: #ACB155;
}
.AnyTagClassName
{
color: #ACB155;
}
</style>
background-color css
<style>
a { background-color: #ACB155; }
a { background-color: rgb(172,177,85); }
div.DivClassName
{
background-color: #ACB155;
}
.BgClassName
{
background-color: #ACB155;
}
</style>
border-color css
<style>
span { border-color: #ACB155; }
span { border-color: rgb(172,177,85); }
td.TdClassName
{
border-color: #ACB155;
}
.TagClassName
{
border-color: #ACB155;
}
</style>