Shades of Olive Green #ACB353
Tints of Olive Green #ACB353
RGB
CMYK
RGB Variations
Color information
#ACB353 (or 0xACB353) is known color: Olive Green. HEX triplet: AC, B3 and 53. RGB value is (172,179,83). Sum of RGB (Red+Green+Blue) = 172+179+83=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB353 is #534CAC. Grayscale: #A6A6A6. Windows color (decimal): -5459117 or 5485484. OLE color: 5485484.
HSL color Cylindrical-coordinate representation of color #ACB353: hue angle of 64.38º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACB353 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 83 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.30 |
| HSL | 64.38º | 0.39% | 0.51% | - |
| HSV(B) | 64.38º | 0.54% | 0.7% | - |
| XYZ | 34.69 | 41.64 | 14.39 | - |
| YUV | 165.96 | 81.18 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 83 | 0.04 | 0 | 0.54 | 0.30 | 64.38 | 0.39 | 0.51 |
| Hex | AC | B3 | 53 | 4 | 0 | 36 | 1E | 40 | 27 | 33 |
| Octal | 254 | 263 | 123 | 4 | 0 | 66 | 36 | 100 | 47 | 63 |
| Binary | 10101100 | 10110011 | 1010011 | 100 | 0 | 110110 | 11110 | 1000000 | 100111 | 110011 |
Color Harmonies of #ACB353
Complementary color
Monochromatic Colors of #ACB353
Black with #ACB353
Text Example
Text Example
White with #ACB353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB353; }
p { color: rgb(172,179,83); }
H1.HeaderClassName
{
color: #ACB353;
}
.AnyTagClassName
{
color: #ACB353;
}
</style>
background-color css
<style>
a { background-color: #ACB353; }
a { background-color: rgb(172,179,83); }
div.DivClassName
{
background-color: #ACB353;
}
.BgClassName
{
background-color: #ACB353;
}
</style>
border-color css
<style>
span { border-color: #ACB353; }
span { border-color: rgb(172,179,83); }
td.TdClassName
{
border-color: #ACB353;
}
.TagClassName
{
border-color: #ACB353;
}
</style>