Shades of Olive Green #ACB358
Tints of Olive Green #ACB358
RGB
CMYK
RGB Variations
Color information
#ACB358 (or 0xACB358) is known color: Olive Green. HEX triplet: AC, B3 and 58. RGB value is (172,179,88). Sum of RGB (Red+Green+Blue) = 172+179+88=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 88 (34.77% from 255 or 20.05% from 439); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB358 is #534CA7. Grayscale: #A6A6A6. Windows color (decimal): -5459112 or 5813164. OLE color: 5813164.
HSL color Cylindrical-coordinate representation of color #ACB358: hue angle of 64.62º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACB358 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 88 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.30 |
| HSL | 64.62º | 0.37% | 0.52% | - |
| HSV(B) | 64.62º | 0.51% | 0.7% | - |
| XYZ | 34.89 | 41.72 | 15.45 | - |
| YUV | 166.53 | 83.68 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 88 | 0.04 | 0 | 0.51 | 0.30 | 64.62 | 0.37 | 0.52 |
| Hex | AC | B3 | 58 | 4 | 0 | 33 | 1E | 41 | 25 | 34 |
| Octal | 254 | 263 | 130 | 4 | 0 | 63 | 36 | 101 | 45 | 64 |
| Binary | 10101100 | 10110011 | 1011000 | 100 | 0 | 110011 | 11110 | 1000001 | 100101 | 110100 |
Color Harmonies of #ACB358
Complementary color
Monochromatic Colors of #ACB358
Black with #ACB358
Text Example
Text Example
White with #ACB358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB358; }
p { color: rgb(172,179,88); }
H1.HeaderClassName
{
color: #ACB358;
}
.AnyTagClassName
{
color: #ACB358;
}
</style>
background-color css
<style>
a { background-color: #ACB358; }
a { background-color: rgb(172,179,88); }
div.DivClassName
{
background-color: #ACB358;
}
.BgClassName
{
background-color: #ACB358;
}
</style>
border-color css
<style>
span { border-color: #ACB358; }
span { border-color: rgb(172,179,88); }
td.TdClassName
{
border-color: #ACB358;
}
.TagClassName
{
border-color: #ACB358;
}
</style>