Shades of Olive Green #ACB05E
Tints of Olive Green #ACB05E
RGB
CMYK
RGB Variations
Color information
#ACB05E (or 0xACB05E) is known color: Olive Green. HEX triplet: AC, B0 and 5E. RGB value is (172,176,94). Sum of RGB (Red+Green+Blue) = 172+176+94=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB05E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB05E is #534FA1. Grayscale: #A5A5A5. Windows color (decimal): -5459874 or 6205612. OLE color: 6205612.
HSL color Cylindrical-coordinate representation of color #ACB05E: hue angle of 62.93º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACB05E is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 94 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.31 |
| HSL | 62.93º | 0.34% | 0.53% | - |
| HSV(B) | 62.93º | 0.47% | 0.69% | - |
| XYZ | 34.56 | 40.63 | 16.61 | - |
| YUV | 165.46 | 87.67 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 94 | 0.02 | 0 | 0.47 | 0.31 | 62.93 | 0.34 | 0.53 |
| Hex | AC | B0 | 5E | 2 | 0 | 2F | 1F | 3F | 22 | 35 |
| Octal | 254 | 260 | 136 | 2 | 0 | 57 | 37 | 77 | 42 | 65 |
| Binary | 10101100 | 10110000 | 1011110 | 10 | 0 | 101111 | 11111 | 111111 | 100010 | 110101 |
Color Harmonies of #ACB05E
Complementary color
Monochromatic Colors of #ACB05E
Black with #ACB05E
Text Example
Text Example
White with #ACB05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB05E; }
p { color: rgb(172,176,94); }
H1.HeaderClassName
{
color: #ACB05E;
}
.AnyTagClassName
{
color: #ACB05E;
}
</style>
background-color css
<style>
a { background-color: #ACB05E; }
a { background-color: rgb(172,176,94); }
div.DivClassName
{
background-color: #ACB05E;
}
.BgClassName
{
background-color: #ACB05E;
}
</style>
border-color css
<style>
span { border-color: #ACB05E; }
span { border-color: rgb(172,176,94); }
td.TdClassName
{
border-color: #ACB05E;
}
.TagClassName
{
border-color: #ACB05E;
}
</style>