Shades of Earls Green #ABAE2E
Tints of Earls Green #ABAE2E
RGB
CMYK
RGB Variations
Color information
#ABAE2E (or 0xABAE2E) is known color: Earls Green. HEX triplet: AB, AE and 2E. RGB value is (171,174,46). Sum of RGB (Red+Green+Blue) = 171+174+46=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 46 (18.36% from 255 or 11.76% from 391); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAE2E is #5451D1. Grayscale: #9F9F9F. Windows color (decimal): -5525970 or 3059371. OLE color: 3059371.
HSL color Cylindrical-coordinate representation of color #ABAE2E: hue angle of 61.41º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABAE2E is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 174 | 46 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.32 |
| HSL | 61.41º | 0.58% | 0.43% | - |
| HSV(B) | 61.41º | 0.74% | 0.68% | - |
| XYZ | 32.42 | 39.13 | 8.43 | - |
| YUV | 158.51 | 64.51 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 46 | 0.02 | 0 | 0.74 | 0.32 | 61.41 | 0.58 | 0.43 |
| Hex | AB | AE | 2E | 2 | 0 | 4A | 20 | 3D | 3A | 2B |
| Octal | 253 | 256 | 56 | 2 | 0 | 112 | 40 | 75 | 72 | 53 |
| Binary | 10101011 | 10101110 | 101110 | 10 | 0 | 1001010 | 100000 | 111101 | 111010 | 101011 |
Color Harmonies of #ABAE2E
Complementary color
Monochromatic Colors of #ABAE2E
Black with #ABAE2E
Text Example
Text Example
White with #ABAE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAE2E; }
p { color: rgb(171,174,46); }
H1.HeaderClassName
{
color: #ABAE2E;
}
.AnyTagClassName
{
color: #ABAE2E;
}
</style>
background-color css
<style>
a { background-color: #ABAE2E; }
a { background-color: rgb(171,174,46); }
div.DivClassName
{
background-color: #ABAE2E;
}
.BgClassName
{
background-color: #ABAE2E;
}
</style>
border-color css
<style>
span { border-color: #ABAE2E; }
span { border-color: rgb(171,174,46); }
td.TdClassName
{
border-color: #ABAE2E;
}
.TagClassName
{
border-color: #ABAE2E;
}
</style>