Shades of Olive Green #ACB35D
Tints of Olive Green #ACB35D
RGB
CMYK
RGB Variations
Color information
#ACB35D (or 0xACB35D) is known color: Olive Green. HEX triplet: AC, B3 and 5D. RGB value is (172,179,93). Sum of RGB (Red+Green+Blue) = 172+179+93=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB35D is #534CA2. Grayscale: #A7A7A7. Windows color (decimal): -5459107 or 6140844. OLE color: 6140844.
HSL color Cylindrical-coordinate representation of color #ACB35D: hue angle of 64.88º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACB35D is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 93 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.30 |
| HSL | 64.88º | 0.36% | 0.53% | - |
| HSV(B) | 64.88º | 0.48% | 0.7% | - |
| XYZ | 35.11 | 41.8 | 16.57 | - |
| YUV | 167.1 | 86.18 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 93 | 0.04 | 0 | 0.48 | 0.30 | 64.88 | 0.36 | 0.53 |
| Hex | AC | B3 | 5D | 4 | 0 | 30 | 1E | 41 | 24 | 35 |
| Octal | 254 | 263 | 135 | 4 | 0 | 60 | 36 | 101 | 44 | 65 |
| Binary | 10101100 | 10110011 | 1011101 | 100 | 0 | 110000 | 11110 | 1000001 | 100100 | 110101 |
Color Harmonies of #ACB35D
Complementary color
Monochromatic Colors of #ACB35D
Black with #ACB35D
Text Example
Text Example
White with #ACB35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB35D; }
p { color: rgb(172,179,93); }
H1.HeaderClassName
{
color: #ACB35D;
}
.AnyTagClassName
{
color: #ACB35D;
}
</style>
background-color css
<style>
a { background-color: #ACB35D; }
a { background-color: rgb(172,179,93); }
div.DivClassName
{
background-color: #ACB35D;
}
.BgClassName
{
background-color: #ACB35D;
}
</style>
border-color css
<style>
span { border-color: #ACB35D; }
span { border-color: rgb(172,179,93); }
td.TdClassName
{
border-color: #ACB35D;
}
.TagClassName
{
border-color: #ACB35D;
}
</style>