Shades of Olive Green #ACB35F
Tints of Olive Green #ACB35F
RGB
CMYK
RGB Variations
Color information
#ACB35F (or 0xACB35F) is known color: Olive Green. HEX triplet: AC, B3 and 5F. RGB value is (172,179,95). Sum of RGB (Red+Green+Blue) = 172+179+95=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB35F is #534CA0. Grayscale: #A7A7A7. Windows color (decimal): -5459105 or 6271916. OLE color: 6271916.
HSL color Cylindrical-coordinate representation of color #ACB35F: hue angle of 65º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACB35F is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 95 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.30 |
| HSL | 65º | 0.36% | 0.54% | - |
| HSV(B) | 65º | 0.47% | 0.7% | - |
| XYZ | 35.2 | 41.84 | 17.05 | - |
| YUV | 167.33 | 87.18 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 95 | 0.04 | 0 | 0.47 | 0.30 | 65 | 0.36 | 0.54 |
| Hex | AC | B3 | 5F | 4 | 0 | 2F | 1E | 41 | 24 | 36 |
| Octal | 254 | 263 | 137 | 4 | 0 | 57 | 36 | 101 | 44 | 66 |
| Binary | 10101100 | 10110011 | 1011111 | 100 | 0 | 101111 | 11110 | 1000001 | 100100 | 110110 |
Color Harmonies of #ACB35F
Complementary color
Monochromatic Colors of #ACB35F
Black with #ACB35F
Text Example
Text Example
White with #ACB35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB35F; }
p { color: rgb(172,179,95); }
H1.HeaderClassName
{
color: #ACB35F;
}
.AnyTagClassName
{
color: #ACB35F;
}
</style>
background-color css
<style>
a { background-color: #ACB35F; }
a { background-color: rgb(172,179,95); }
div.DivClassName
{
background-color: #ACB35F;
}
.BgClassName
{
background-color: #ACB35F;
}
</style>
border-color css
<style>
span { border-color: #ACB35F; }
span { border-color: rgb(172,179,95); }
td.TdClassName
{
border-color: #ACB35F;
}
.TagClassName
{
border-color: #ACB35F;
}
</style>