Shades of Olive Green #ACB154
Tints of Olive Green #ACB154
RGB
CMYK
RGB Variations
Color information
#ACB154 (or 0xACB154) is known color: Olive Green. HEX triplet: AC, B1 and 54. RGB value is (172,177,84). Sum of RGB (Red+Green+Blue) = 172+177+84=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 84 (33.20% from 255 or 19.40% from 433); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB154 is #534EAB. Grayscale: #A5A5A5. Windows color (decimal): -5459628 or 5550508. OLE color: 5550508.
HSL color Cylindrical-coordinate representation of color #ACB154: hue angle of 63.23º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACB154 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 84 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.31 |
| HSL | 63.23º | 0.37% | 0.51% | - |
| HSV(B) | 63.23º | 0.53% | 0.69% | - |
| XYZ | 34.34 | 40.86 | 14.46 | - |
| YUV | 164.9 | 82.34 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 84 | 0.03 | 0 | 0.53 | 0.31 | 63.23 | 0.37 | 0.51 |
| Hex | AC | B1 | 54 | 3 | 0 | 35 | 1F | 3F | 25 | 33 |
| Octal | 254 | 261 | 124 | 3 | 0 | 65 | 37 | 77 | 45 | 63 |
| Binary | 10101100 | 10110001 | 1010100 | 11 | 0 | 110101 | 11111 | 111111 | 100101 | 110011 |
Color Harmonies of #ACB154
Complementary color
Monochromatic Colors of #ACB154
Black with #ACB154
Text Example
Text Example
White with #ACB154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB154; }
p { color: rgb(172,177,84); }
H1.HeaderClassName
{
color: #ACB154;
}
.AnyTagClassName
{
color: #ACB154;
}
</style>
background-color css
<style>
a { background-color: #ACB154; }
a { background-color: rgb(172,177,84); }
div.DivClassName
{
background-color: #ACB154;
}
.BgClassName
{
background-color: #ACB154;
}
</style>
border-color css
<style>
span { border-color: #ACB154; }
span { border-color: rgb(172,177,84); }
td.TdClassName
{
border-color: #ACB154;
}
.TagClassName
{
border-color: #ACB154;
}
</style>