Shades of Olive Green #ACB45C
Tints of Olive Green #ACB45C
RGB
CMYK
RGB Variations
Color information
#ACB45C (or 0xACB45C) is known color: Olive Green. HEX triplet: AC, B4 and 5C. RGB value is (172,180,92). Sum of RGB (Red+Green+Blue) = 172+180+92=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB45C is #534BA3. Grayscale: #A7A7A7. Windows color (decimal): -5458852 or 6075564. OLE color: 6075564.
HSL color Cylindrical-coordinate representation of color #ACB45C: hue angle of 65.45º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACB45C is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 92 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.29 |
| HSL | 65.45º | 0.37% | 0.53% | - |
| HSV(B) | 65.45º | 0.49% | 0.71% | - |
| XYZ | 35.27 | 42.19 | 16.41 | - |
| YUV | 167.58 | 85.35 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 92 | 0.04 | 0 | 0.49 | 0.29 | 65.45 | 0.37 | 0.53 |
| Hex | AC | B4 | 5C | 4 | 0 | 31 | 1D | 41 | 25 | 35 |
| Octal | 254 | 264 | 134 | 4 | 0 | 61 | 35 | 101 | 45 | 65 |
| Binary | 10101100 | 10110100 | 1011100 | 100 | 0 | 110001 | 11101 | 1000001 | 100101 | 110101 |
Color Harmonies of #ACB45C
Complementary color
Monochromatic Colors of #ACB45C
Black with #ACB45C
Text Example
Text Example
White with #ACB45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB45C; }
p { color: rgb(172,180,92); }
H1.HeaderClassName
{
color: #ACB45C;
}
.AnyTagClassName
{
color: #ACB45C;
}
</style>
background-color css
<style>
a { background-color: #ACB45C; }
a { background-color: rgb(172,180,92); }
div.DivClassName
{
background-color: #ACB45C;
}
.BgClassName
{
background-color: #ACB45C;
}
</style>
border-color css
<style>
span { border-color: #ACB45C; }
span { border-color: rgb(172,180,92); }
td.TdClassName
{
border-color: #ACB45C;
}
.TagClassName
{
border-color: #ACB45C;
}
</style>