Shades of Olive Green #ACB85D
Tints of Olive Green #ACB85D
RGB
CMYK
RGB Variations
Color information
#ACB85D (or 0xACB85D) is known color: Olive Green. HEX triplet: AC, B8 and 5D. RGB value is (172,184,93). Sum of RGB (Red+Green+Blue) = 172+184+93=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB85D is #5347A2. Grayscale: #AAAAAA. Windows color (decimal): -5457827 or 6142124. OLE color: 6142124.
HSL color Cylindrical-coordinate representation of color #ACB85D: hue angle of 67.91º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACB85D is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 93 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.28 |
| HSL | 67.91º | 0.39% | 0.54% | - |
| HSV(B) | 67.91º | 0.49% | 0.72% | - |
| XYZ | 36.13 | 43.84 | 16.91 | - |
| YUV | 170.04 | 84.52 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 93 | 0.07 | 0 | 0.49 | 0.28 | 67.91 | 0.39 | 0.54 |
| Hex | AC | B8 | 5D | 7 | 0 | 31 | 1C | 44 | 27 | 36 |
| Octal | 254 | 270 | 135 | 7 | 0 | 61 | 34 | 104 | 47 | 66 |
| Binary | 10101100 | 10111000 | 1011101 | 111 | 0 | 110001 | 11100 | 1000100 | 100111 | 110110 |
Color Harmonies of #ACB85D
Complementary color
Monochromatic Colors of #ACB85D
Black with #ACB85D
Text Example
Text Example
White with #ACB85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB85D; }
p { color: rgb(172,184,93); }
H1.HeaderClassName
{
color: #ACB85D;
}
.AnyTagClassName
{
color: #ACB85D;
}
</style>
background-color css
<style>
a { background-color: #ACB85D; }
a { background-color: rgb(172,184,93); }
div.DivClassName
{
background-color: #ACB85D;
}
.BgClassName
{
background-color: #ACB85D;
}
</style>
border-color css
<style>
span { border-color: #ACB85D; }
span { border-color: rgb(172,184,93); }
td.TdClassName
{
border-color: #ACB85D;
}
.TagClassName
{
border-color: #ACB85D;
}
</style>