Shades of Olive Green #ABAA58
Tints of Olive Green #ABAA58
RGB
CMYK
RGB Variations
Color information
#ABAA58 (or 0xABAA58) is known color: Olive Green. HEX triplet: AB, AA and 58. RGB value is (171,170,88). Sum of RGB (Red+Green+Blue) = 171+170+88=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA58 is #5455A7. Grayscale: #A1A1A1. Windows color (decimal): -5526952 or 5810859. OLE color: 5810859.
HSL color Cylindrical-coordinate representation of color #ABAA58: hue angle of 59.28º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABAA58 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 88 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.33 |
| HSL | 59.28º | 0.33% | 0.51% | - |
| HSV(B) | 59.28º | 0.49% | 0.67% | - |
| XYZ | 32.93 | 38.11 | 14.85 | - |
| YUV | 160.95 | 86.83 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 88 | 0 | 0.01 | 0.49 | 0.33 | 59.28 | 0.33 | 0.51 |
| Hex | AB | AA | 58 | 0 | 1 | 31 | 21 | 3B | 21 | 33 |
| Octal | 253 | 252 | 130 | 0 | 1 | 61 | 41 | 73 | 41 | 63 |
| Binary | 10101011 | 10101010 | 1011000 | 0 | 1 | 110001 | 100001 | 111011 | 100001 | 110011 |
Color Harmonies of #ABAA58
Complementary color
Monochromatic Colors of #ABAA58
Black with #ABAA58
Text Example
Text Example
White with #ABAA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA58; }
p { color: rgb(171,170,88); }
H1.HeaderClassName
{
color: #ABAA58;
}
.AnyTagClassName
{
color: #ABAA58;
}
</style>
background-color css
<style>
a { background-color: #ABAA58; }
a { background-color: rgb(171,170,88); }
div.DivClassName
{
background-color: #ABAA58;
}
.BgClassName
{
background-color: #ABAA58;
}
</style>
border-color css
<style>
span { border-color: #ABAA58; }
span { border-color: rgb(171,170,88); }
td.TdClassName
{
border-color: #ABAA58;
}
.TagClassName
{
border-color: #ABAA58;
}
</style>