Shades of Olive Green #ABAA56
Tints of Olive Green #ABAA56
RGB
CMYK
RGB Variations
Color information
#ABAA56 (or 0xABAA56) is known color: Olive Green. HEX triplet: AB, AA and 56. RGB value is (171,170,86). Sum of RGB (Red+Green+Blue) = 171+170+86=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA56 is #5455A9. Grayscale: #A1A1A1. Windows color (decimal): -5526954 or 5679787. OLE color: 5679787.
HSL color Cylindrical-coordinate representation of color #ABAA56: hue angle of 59.29º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABAA56 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 86 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.33 |
| HSL | 59.29º | 0.34% | 0.5% | - |
| HSV(B) | 59.29º | 0.5% | 0.67% | - |
| XYZ | 32.85 | 38.08 | 14.42 | - |
| YUV | 160.72 | 85.83 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 86 | 0 | 0.01 | 0.50 | 0.33 | 59.29 | 0.34 | 0.5 |
| Hex | AB | AA | 56 | 0 | 1 | 32 | 21 | 3B | 22 | 32 |
| Octal | 253 | 252 | 126 | 0 | 1 | 62 | 41 | 73 | 42 | 62 |
| Binary | 10101011 | 10101010 | 1010110 | 0 | 1 | 110010 | 100001 | 111011 | 100010 | 110010 |
Color Harmonies of #ABAA56
Complementary color
Monochromatic Colors of #ABAA56
Black with #ABAA56
Text Example
Text Example
White with #ABAA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA56; }
p { color: rgb(171,170,86); }
H1.HeaderClassName
{
color: #ABAA56;
}
.AnyTagClassName
{
color: #ABAA56;
}
</style>
background-color css
<style>
a { background-color: #ABAA56; }
a { background-color: rgb(171,170,86); }
div.DivClassName
{
background-color: #ABAA56;
}
.BgClassName
{
background-color: #ABAA56;
}
</style>
border-color css
<style>
span { border-color: #ABAA56; }
span { border-color: rgb(171,170,86); }
td.TdClassName
{
border-color: #ABAA56;
}
.TagClassName
{
border-color: #ABAA56;
}
</style>