Shades of Earls Green #ABAE2C
Tints of Earls Green #ABAE2C
RGB
CMYK
RGB Variations
Color information
#ABAE2C (or 0xABAE2C) is known color: Earls Green. HEX triplet: AB, AE and 2C. RGB value is (171,174,44). Sum of RGB (Red+Green+Blue) = 171+174+44=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAE2C is #5451D3. Grayscale: #9E9E9E. Windows color (decimal): -5525972 or 2928299. OLE color: 2928299.
HSL color Cylindrical-coordinate representation of color #ABAE2C: hue angle of 61.38º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABAE2C is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 174 | 44 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.32 |
| HSL | 61.38º | 0.6% | 0.43% | - |
| HSV(B) | 61.38º | 0.75% | 0.68% | - |
| XYZ | 32.39 | 39.11 | 8.23 | - |
| YUV | 158.28 | 63.51 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 44 | 0.02 | 0 | 0.75 | 0.32 | 61.38 | 0.6 | 0.43 |
| Hex | AB | AE | 2C | 2 | 0 | 4B | 20 | 3D | 3C | 2B |
| Octal | 253 | 256 | 54 | 2 | 0 | 113 | 40 | 75 | 74 | 53 |
| Binary | 10101011 | 10101110 | 101100 | 10 | 0 | 1001011 | 100000 | 111101 | 111100 | 101011 |
Color Harmonies of #ABAE2C
Complementary color
Monochromatic Colors of #ABAE2C
Black with #ABAE2C
Text Example
Text Example
White with #ABAE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAE2C; }
p { color: rgb(171,174,44); }
H1.HeaderClassName
{
color: #ABAE2C;
}
.AnyTagClassName
{
color: #ABAE2C;
}
</style>
background-color css
<style>
a { background-color: #ABAE2C; }
a { background-color: rgb(171,174,44); }
div.DivClassName
{
background-color: #ABAE2C;
}
.BgClassName
{
background-color: #ABAE2C;
}
</style>
border-color css
<style>
span { border-color: #ABAE2C; }
span { border-color: rgb(171,174,44); }
td.TdClassName
{
border-color: #ABAE2C;
}
.TagClassName
{
border-color: #ABAE2C;
}
</style>