Shades of Olive Green #ABAE50
Tints of Olive Green #ABAE50
RGB
CMYK
RGB Variations
Color information
#ABAE50 (or 0xABAE50) is known color: Olive Green. HEX triplet: AB, AE and 50. RGB value is (171,174,80). Sum of RGB (Red+Green+Blue) = 171+174+80=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE50 is #5451AF. Grayscale: #A2A2A2. Windows color (decimal): -5525936 or 5287595. OLE color: 5287595.
HSL color Cylindrical-coordinate representation of color #ABAE50: hue angle of 61.91º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABAE50 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 174 | 80 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.32 |
| HSL | 61.91º | 0.37% | 0.5% | - |
| HSV(B) | 61.91º | 0.54% | 0.68% | - |
| XYZ | 33.38 | 39.51 | 13.46 | - |
| YUV | 162.39 | 81.51 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 80 | 0.02 | 0 | 0.54 | 0.32 | 61.91 | 0.37 | 0.5 |
| Hex | AB | AE | 50 | 2 | 0 | 36 | 20 | 3E | 25 | 32 |
| Octal | 253 | 256 | 120 | 2 | 0 | 66 | 40 | 76 | 45 | 62 |
| Binary | 10101011 | 10101110 | 1010000 | 10 | 0 | 110110 | 100000 | 111110 | 100101 | 110010 |
Color Harmonies of #ABAE50
Complementary color
Monochromatic Colors of #ABAE50
Black with #ABAE50
Text Example
Text Example
White with #ABAE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAE50; }
p { color: rgb(171,174,80); }
H1.HeaderClassName
{
color: #ABAE50;
}
.AnyTagClassName
{
color: #ABAE50;
}
</style>
background-color css
<style>
a { background-color: #ABAE50; }
a { background-color: rgb(171,174,80); }
div.DivClassName
{
background-color: #ABAE50;
}
.BgClassName
{
background-color: #ABAE50;
}
</style>
border-color css
<style>
span { border-color: #ABAE50; }
span { border-color: rgb(171,174,80); }
td.TdClassName
{
border-color: #ABAE50;
}
.TagClassName
{
border-color: #ABAE50;
}
</style>