Shades of Olive Green #ACB150
Tints of Olive Green #ACB150
RGB
CMYK
RGB Variations
Color information
#ACB150 (or 0xACB150) is known color: Olive Green. HEX triplet: AC, B1 and 50. RGB value is (172,177,80). Sum of RGB (Red+Green+Blue) = 172+177+80=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB150 is #534EAF. Grayscale: #A4A4A4. Windows color (decimal): -5459632 or 5288364. OLE color: 5288364.
HSL color Cylindrical-coordinate representation of color #ACB150: hue angle of 63.09º 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 #ACB150 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 80 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.31 |
| HSL | 63.09º | 0.38% | 0.5% | - |
| HSV(B) | 63.09º | 0.55% | 0.69% | - |
| XYZ | 34.18 | 40.79 | 13.66 | - |
| YUV | 164.45 | 80.34 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 80 | 0.03 | 0 | 0.55 | 0.31 | 63.09 | 0.38 | 0.5 |
| Hex | AC | B1 | 50 | 3 | 0 | 37 | 1F | 3F | 26 | 32 |
| Octal | 254 | 261 | 120 | 3 | 0 | 67 | 37 | 77 | 46 | 62 |
| Binary | 10101100 | 10110001 | 1010000 | 11 | 0 | 110111 | 11111 | 111111 | 100110 | 110010 |
Color Harmonies of #ACB150
Complementary color
Monochromatic Colors of #ACB150
Black with #ACB150
Text Example
Text Example
White with #ACB150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB150; }
p { color: rgb(172,177,80); }
H1.HeaderClassName
{
color: #ACB150;
}
.AnyTagClassName
{
color: #ACB150;
}
</style>
background-color css
<style>
a { background-color: #ACB150; }
a { background-color: rgb(172,177,80); }
div.DivClassName
{
background-color: #ACB150;
}
.BgClassName
{
background-color: #ACB150;
}
</style>
border-color css
<style>
span { border-color: #ACB150; }
span { border-color: rgb(172,177,80); }
td.TdClassName
{
border-color: #ACB150;
}
.TagClassName
{
border-color: #ACB150;
}
</style>