Shades of Olive Green #AEAB50
Tints of Olive Green #AEAB50
RGB
CMYK
RGB Variations
Color information
#AEAB50 (or 0xAEAB50) is known color: Olive Green. HEX triplet: AE, AB and 50. RGB value is (174,171,80). Sum of RGB (Red+Green+Blue) = 174+171+80=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB50 is #5154AF. Grayscale: #A1A1A1. Windows color (decimal): -5330096 or 5286830. OLE color: 5286830.
HSL color Cylindrical-coordinate representation of color #AEAB50: hue angle of 58.09º 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 #AEAB50 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 171 | 80 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.32 |
| HSL | 58.09º | 0.37% | 0.5% | - |
| HSV(B) | 58.09º | 0.54% | 0.68% | - |
| XYZ | 33.47 | 38.7 | 13.3 | - |
| YUV | 161.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 80 | 0 | 0.02 | 0.54 | 0.32 | 58.09 | 0.37 | 0.5 |
| Hex | AE | AB | 50 | 0 | 2 | 36 | 20 | 3A | 25 | 32 |
| Octal | 256 | 253 | 120 | 0 | 2 | 66 | 40 | 72 | 45 | 62 |
| Binary | 10101110 | 10101011 | 1010000 | 0 | 10 | 110110 | 100000 | 111010 | 100101 | 110010 |
Color Harmonies of #AEAB50
Complementary color
Monochromatic Colors of #AEAB50
Black with #AEAB50
Text Example
Text Example
White with #AEAB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB50; }
p { color: rgb(174,171,80); }
H1.HeaderClassName
{
color: #AEAB50;
}
.AnyTagClassName
{
color: #AEAB50;
}
</style>
background-color css
<style>
a { background-color: #AEAB50; }
a { background-color: rgb(174,171,80); }
div.DivClassName
{
background-color: #AEAB50;
}
.BgClassName
{
background-color: #AEAB50;
}
</style>
border-color css
<style>
span { border-color: #AEAB50; }
span { border-color: rgb(174,171,80); }
td.TdClassName
{
border-color: #AEAB50;
}
.TagClassName
{
border-color: #AEAB50;
}
</style>