Shades of Olive Green #ACB25C
Tints of Olive Green #ACB25C
RGB
CMYK
RGB Variations
Color information
#ACB25C (or 0xACB25C) is known color: Olive Green. HEX triplet: AC, B2 and 5C. RGB value is (172,178,92). Sum of RGB (Red+Green+Blue) = 172+178+92=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB25C is #534DA3. Grayscale: #A6A6A6. Windows color (decimal): -5459364 or 6075052. OLE color: 6075052.
HSL color Cylindrical-coordinate representation of color #ACB25C: hue angle of 64.19º 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 #ACB25C is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 92 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.30 |
| HSL | 64.19º | 0.36% | 0.53% | - |
| HSV(B) | 64.19º | 0.48% | 0.7% | - |
| XYZ | 34.87 | 41.38 | 16.28 | - |
| YUV | 166.4 | 86.01 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 92 | 0.03 | 0 | 0.48 | 0.30 | 64.19 | 0.36 | 0.53 |
| Hex | AC | B2 | 5C | 3 | 0 | 30 | 1E | 40 | 24 | 35 |
| Octal | 254 | 262 | 134 | 3 | 0 | 60 | 36 | 100 | 44 | 65 |
| Binary | 10101100 | 10110010 | 1011100 | 11 | 0 | 110000 | 11110 | 1000000 | 100100 | 110101 |
Color Harmonies of #ACB25C
Complementary color
Monochromatic Colors of #ACB25C
Black with #ACB25C
Text Example
Text Example
White with #ACB25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB25C; }
p { color: rgb(172,178,92); }
H1.HeaderClassName
{
color: #ACB25C;
}
.AnyTagClassName
{
color: #ACB25C;
}
</style>
background-color css
<style>
a { background-color: #ACB25C; }
a { background-color: rgb(172,178,92); }
div.DivClassName
{
background-color: #ACB25C;
}
.BgClassName
{
background-color: #ACB25C;
}
</style>
border-color css
<style>
span { border-color: #ACB25C; }
span { border-color: rgb(172,178,92); }
td.TdClassName
{
border-color: #ACB25C;
}
.TagClassName
{
border-color: #ACB25C;
}
</style>