Shades of Olive Green #ACB04D
Tints of Olive Green #ACB04D
RGB
CMYK
RGB Variations
Color information
#ACB04D (or 0xACB04D) is known color: Olive Green. HEX triplet: AC, B0 and 4D. RGB value is (172,176,77). Sum of RGB (Red+Green+Blue) = 172+176+77=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB04D is #534FB2. Grayscale: #A3A3A3. Windows color (decimal): -5459891 or 5091500. OLE color: 5091500.
HSL color Cylindrical-coordinate representation of color #ACB04D: hue angle of 62.42º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACB04D is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 77 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.31 |
| HSL | 62.42º | 0.39% | 0.5% | - |
| HSV(B) | 62.42º | 0.56% | 0.69% | - |
| XYZ | 33.88 | 40.36 | 13.03 | - |
| YUV | 163.52 | 79.17 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 77 | 0.02 | 0 | 0.56 | 0.31 | 62.42 | 0.39 | 0.5 |
| Hex | AC | B0 | 4D | 2 | 0 | 38 | 1F | 3E | 27 | 32 |
| Octal | 254 | 260 | 115 | 2 | 0 | 70 | 37 | 76 | 47 | 62 |
| Binary | 10101100 | 10110000 | 1001101 | 10 | 0 | 111000 | 11111 | 111110 | 100111 | 110010 |
Color Harmonies of #ACB04D
Complementary color
Monochromatic Colors of #ACB04D
Black with #ACB04D
Text Example
Text Example
White with #ACB04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB04D; }
p { color: rgb(172,176,77); }
H1.HeaderClassName
{
color: #ACB04D;
}
.AnyTagClassName
{
color: #ACB04D;
}
</style>
background-color css
<style>
a { background-color: #ACB04D; }
a { background-color: rgb(172,176,77); }
div.DivClassName
{
background-color: #ACB04D;
}
.BgClassName
{
background-color: #ACB04D;
}
</style>
border-color css
<style>
span { border-color: #ACB04D; }
span { border-color: rgb(172,176,77); }
td.TdClassName
{
border-color: #ACB04D;
}
.TagClassName
{
border-color: #ACB04D;
}
</style>