Shades of Olive Green #ABAE56
Tints of Olive Green #ABAE56
RGB
CMYK
RGB Variations
Color information
#ABAE56 (or 0xABAE56) is known color: Olive Green. HEX triplet: AB, AE and 56. RGB value is (171,174,86). Sum of RGB (Red+Green+Blue) = 171+174+86=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE56 is #5451A9. Grayscale: #A3A3A3. Windows color (decimal): -5525930 or 5680811. OLE color: 5680811.
HSL color Cylindrical-coordinate representation of color #ABAE56: hue angle of 62.05º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABAE56 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 174 | 86 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.32 |
| HSL | 62.05º | 0.35% | 0.51% | - |
| HSV(B) | 62.05º | 0.51% | 0.68% | - |
| XYZ | 33.61 | 39.6 | 14.68 | - |
| YUV | 163.07 | 84.51 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 86 | 0.02 | 0 | 0.51 | 0.32 | 62.05 | 0.35 | 0.51 |
| Hex | AB | AE | 56 | 2 | 0 | 33 | 20 | 3E | 23 | 33 |
| Octal | 253 | 256 | 126 | 2 | 0 | 63 | 40 | 76 | 43 | 63 |
| Binary | 10101011 | 10101110 | 1010110 | 10 | 0 | 110011 | 100000 | 111110 | 100011 | 110011 |
Color Harmonies of #ABAE56
Complementary color
Monochromatic Colors of #ABAE56
Black with #ABAE56
Text Example
Text Example
White with #ABAE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAE56; }
p { color: rgb(171,174,86); }
H1.HeaderClassName
{
color: #ABAE56;
}
.AnyTagClassName
{
color: #ABAE56;
}
</style>
background-color css
<style>
a { background-color: #ABAE56; }
a { background-color: rgb(171,174,86); }
div.DivClassName
{
background-color: #ABAE56;
}
.BgClassName
{
background-color: #ABAE56;
}
</style>
border-color css
<style>
span { border-color: #ABAE56; }
span { border-color: rgb(171,174,86); }
td.TdClassName
{
border-color: #ABAE56;
}
.TagClassName
{
border-color: #ABAE56;
}
</style>