Shades of Olive Green #ACB05F
Tints of Olive Green #ACB05F
RGB
CMYK
RGB Variations
Color information
#ACB05F (or 0xACB05F) is known color: Olive Green. HEX triplet: AC, B0 and 5F. RGB value is (172,176,95). Sum of RGB (Red+Green+Blue) = 172+176+95=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB05F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB05F is #534FA0. Grayscale: #A5A5A5. Windows color (decimal): -5459873 or 6271148. OLE color: 6271148.
HSL color Cylindrical-coordinate representation of color #ACB05F: hue angle of 62.96º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACB05F is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 95 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.31 |
| HSL | 62.96º | 0.34% | 0.53% | - |
| HSV(B) | 62.96º | 0.46% | 0.69% | - |
| XYZ | 34.6 | 40.65 | 16.85 | - |
| YUV | 165.57 | 88.17 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 95 | 0.02 | 0 | 0.46 | 0.31 | 62.96 | 0.34 | 0.53 |
| Hex | AC | B0 | 5F | 2 | 0 | 2E | 1F | 3F | 22 | 35 |
| Octal | 254 | 260 | 137 | 2 | 0 | 56 | 37 | 77 | 42 | 65 |
| Binary | 10101100 | 10110000 | 1011111 | 10 | 0 | 101110 | 11111 | 111111 | 100010 | 110101 |
Color Harmonies of #ACB05F
Complementary color
Monochromatic Colors of #ACB05F
Black with #ACB05F
Text Example
Text Example
White with #ACB05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB05F; }
p { color: rgb(172,176,95); }
H1.HeaderClassName
{
color: #ACB05F;
}
.AnyTagClassName
{
color: #ACB05F;
}
</style>
background-color css
<style>
a { background-color: #ACB05F; }
a { background-color: rgb(172,176,95); }
div.DivClassName
{
background-color: #ACB05F;
}
.BgClassName
{
background-color: #ACB05F;
}
</style>
border-color css
<style>
span { border-color: #ACB05F; }
span { border-color: rgb(172,176,95); }
td.TdClassName
{
border-color: #ACB05F;
}
.TagClassName
{
border-color: #ACB05F;
}
</style>