Shades of Olive Green #ABAC56
Tints of Olive Green #ABAC56
RGB
CMYK
RGB Variations
Color information
#ABAC56 (or 0xABAC56) is known color: Olive Green. HEX triplet: AB, AC and 56. RGB value is (171,172,86). Sum of RGB (Red+Green+Blue) = 171+172+86=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC56 is #5453A9. Grayscale: #A2A2A2. Windows color (decimal): -5526442 or 5680299. OLE color: 5680299.
HSL color Cylindrical-coordinate representation of color #ABAC56: hue angle of 60.7º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABAC56 is Cyan = 0.01, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 86 | - |
| CMYK | 0.01 | 0 | 0.5 | 0.33 |
| HSL | 60.7º | 0.34% | 0.51% | - |
| HSV(B) | 60.7º | 0.5% | 0.67% | - |
| XYZ | 33.23 | 38.83 | 14.55 | - |
| YUV | 161.9 | 85.17 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 86 | 0.01 | 0 | 0.5 | 0.33 | 60.7 | 0.34 | 0.51 |
| Hex | AB | AC | 56 | 1 | 0 | 32 | 21 | 3D | 22 | 33 |
| Octal | 253 | 254 | 126 | 1 | 0 | 62 | 41 | 75 | 42 | 63 |
| Binary | 10101011 | 10101100 | 1010110 | 1 | 0 | 110010 | 100001 | 111101 | 100010 | 110011 |
Color Harmonies of #ABAC56
Complementary color
Monochromatic Colors of #ABAC56
Black with #ABAC56
Text Example
Text Example
White with #ABAC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC56; }
p { color: rgb(171,172,86); }
H1.HeaderClassName
{
color: #ABAC56;
}
.AnyTagClassName
{
color: #ABAC56;
}
</style>
background-color css
<style>
a { background-color: #ABAC56; }
a { background-color: rgb(171,172,86); }
div.DivClassName
{
background-color: #ABAC56;
}
.BgClassName
{
background-color: #ABAC56;
}
</style>
border-color css
<style>
span { border-color: #ABAC56; }
span { border-color: rgb(171,172,86); }
td.TdClassName
{
border-color: #ABAC56;
}
.TagClassName
{
border-color: #ABAC56;
}
</style>