Shades of Olive Green #ACB05C
Tints of Olive Green #ACB05C
RGB
CMYK
RGB Variations
Color information
#ACB05C (or 0xACB05C) is known color: Olive Green. HEX triplet: AC, B0 and 5C. RGB value is (172,176,92). Sum of RGB (Red+Green+Blue) = 172+176+92=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB05C is #534FA3. Grayscale: #A5A5A5. Windows color (decimal): -5459876 or 6074540. OLE color: 6074540.
HSL color Cylindrical-coordinate representation of color #ACB05C: hue angle of 62.86º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACB05C is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 92 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.31 |
| HSL | 62.86º | 0.35% | 0.53% | - |
| HSV(B) | 62.86º | 0.48% | 0.69% | - |
| XYZ | 34.47 | 40.59 | 16.14 | - |
| YUV | 165.23 | 86.67 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 92 | 0.02 | 0 | 0.48 | 0.31 | 62.86 | 0.35 | 0.53 |
| Hex | AC | B0 | 5C | 2 | 0 | 30 | 1F | 3F | 23 | 35 |
| Octal | 254 | 260 | 134 | 2 | 0 | 60 | 37 | 77 | 43 | 65 |
| Binary | 10101100 | 10110000 | 1011100 | 10 | 0 | 110000 | 11111 | 111111 | 100011 | 110101 |
Color Harmonies of #ACB05C
Complementary color
Monochromatic Colors of #ACB05C
Black with #ACB05C
Text Example
Text Example
White with #ACB05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB05C; }
p { color: rgb(172,176,92); }
H1.HeaderClassName
{
color: #ACB05C;
}
.AnyTagClassName
{
color: #ACB05C;
}
</style>
background-color css
<style>
a { background-color: #ACB05C; }
a { background-color: rgb(172,176,92); }
div.DivClassName
{
background-color: #ACB05C;
}
.BgClassName
{
background-color: #ACB05C;
}
</style>
border-color css
<style>
span { border-color: #ACB05C; }
span { border-color: rgb(172,176,92); }
td.TdClassName
{
border-color: #ACB05C;
}
.TagClassName
{
border-color: #ACB05C;
}
</style>