Shades of Olive Green #ACB050
Tints of Olive Green #ACB050
RGB
CMYK
RGB Variations
Color information
#ACB050 (or 0xACB050) is known color: Olive Green. HEX triplet: AC, B0 and 50. RGB value is (172,176,80). Sum of RGB (Red+Green+Blue) = 172+176+80=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB050 is #534FAF. Grayscale: #A4A4A4. Windows color (decimal): -5459888 or 5288108. OLE color: 5288108.
HSL color Cylindrical-coordinate representation of color #ACB050: hue angle of 62.5º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACB050 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 80 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.31 |
| HSL | 62.5º | 0.38% | 0.5% | - |
| HSV(B) | 62.5º | 0.55% | 0.69% | - |
| XYZ | 33.99 | 40.4 | 13.6 | - |
| YUV | 163.86 | 80.67 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 80 | 0.02 | 0 | 0.55 | 0.31 | 62.5 | 0.38 | 0.5 |
| Hex | AC | B0 | 50 | 2 | 0 | 37 | 1F | 3F | 26 | 32 |
| Octal | 254 | 260 | 120 | 2 | 0 | 67 | 37 | 77 | 46 | 62 |
| Binary | 10101100 | 10110000 | 1010000 | 10 | 0 | 110111 | 11111 | 111111 | 100110 | 110010 |
Color Harmonies of #ACB050
Complementary color
Monochromatic Colors of #ACB050
Black with #ACB050
Text Example
Text Example
White with #ACB050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB050; }
p { color: rgb(172,176,80); }
H1.HeaderClassName
{
color: #ACB050;
}
.AnyTagClassName
{
color: #ACB050;
}
</style>
background-color css
<style>
a { background-color: #ACB050; }
a { background-color: rgb(172,176,80); }
div.DivClassName
{
background-color: #ACB050;
}
.BgClassName
{
background-color: #ACB050;
}
</style>
border-color css
<style>
span { border-color: #ACB050; }
span { border-color: rgb(172,176,80); }
td.TdClassName
{
border-color: #ACB050;
}
.TagClassName
{
border-color: #ACB050;
}
</style>