Shades of Olive Green #ACB151
Tints of Olive Green #ACB151
RGB
CMYK
RGB Variations
Color information
#ACB151 (or 0xACB151) is known color: Olive Green. HEX triplet: AC, B1 and 51. RGB value is (172,177,81). Sum of RGB (Red+Green+Blue) = 172+177+81=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 81 (32.03% from 255 or 18.84% from 430); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB151 is #534EAE. Grayscale: #A4A4A4. Windows color (decimal): -5459631 or 5353900. OLE color: 5353900.
HSL color Cylindrical-coordinate representation of color #ACB151: hue angle of 63.12º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACB151 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 81 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.31 |
| HSL | 63.13º | 0.38% | 0.51% | - |
| HSV(B) | 63.13º | 0.54% | 0.69% | - |
| XYZ | 34.22 | 40.81 | 13.86 | - |
| YUV | 164.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 81 | 0.03 | 0 | 0.54 | 0.31 | 63.13 | 0.38 | 0.51 |
| Hex | AC | B1 | 51 | 3 | 0 | 36 | 1F | 3F | 26 | 33 |
| Octal | 254 | 261 | 121 | 3 | 0 | 66 | 37 | 77 | 46 | 63 |
| Binary | 10101100 | 10110001 | 1010001 | 11 | 0 | 110110 | 11111 | 111111 | 100110 | 110011 |
Color Harmonies of #ACB151
Complementary color
Monochromatic Colors of #ACB151
Black with #ACB151
Text Example
Text Example
White with #ACB151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB151; }
p { color: rgb(172,177,81); }
H1.HeaderClassName
{
color: #ACB151;
}
.AnyTagClassName
{
color: #ACB151;
}
</style>
background-color css
<style>
a { background-color: #ACB151; }
a { background-color: rgb(172,177,81); }
div.DivClassName
{
background-color: #ACB151;
}
.BgClassName
{
background-color: #ACB151;
}
</style>
border-color css
<style>
span { border-color: #ACB151; }
span { border-color: rgb(172,177,81); }
td.TdClassName
{
border-color: #ACB151;
}
.TagClassName
{
border-color: #ACB151;
}
</style>