Shades of Earls Green #ABA627
Tints of Earls Green #ABA627
RGB
CMYK
RGB Variations
Color information
#ABA627 (or 0xABA627) is known color: Earls Green. HEX triplet: AB, A6 and 27. RGB value is (171,166,39). Sum of RGB (Red+Green+Blue) = 171+166+39=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 39 (15.62% from 255 or 10.37% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA627 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA627 is #5459D8. Grayscale: #999999. Windows color (decimal): -5528025 or 2598571. OLE color: 2598571.
HSL color Cylindrical-coordinate representation of color #ABA627: hue angle of 57.73º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABA627 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 39 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.33 |
| HSL | 57.73º | 0.63% | 0.41% | - |
| HSV(B) | 57.73º | 0.77% | 0.67% | - |
| XYZ | 30.8 | 36.08 | 7.26 | - |
| YUV | 153.02 | 63.66 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 39 | 0 | 0.03 | 0.77 | 0.33 | 57.73 | 0.63 | 0.41 |
| Hex | AB | A6 | 27 | 0 | 3 | 4D | 21 | 3A | 3F | 29 |
| Octal | 253 | 246 | 47 | 0 | 3 | 115 | 41 | 72 | 77 | 51 |
| Binary | 10101011 | 10100110 | 100111 | 0 | 11 | 1001101 | 100001 | 111010 | 111111 | 101001 |
Color Harmonies of #ABA627
Complementary color
Monochromatic Colors of #ABA627
Black with #ABA627
Text Example
Text Example
White with #ABA627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA627; }
p { color: rgb(171,166,39); }
H1.HeaderClassName
{
color: #ABA627;
}
.AnyTagClassName
{
color: #ABA627;
}
</style>
background-color css
<style>
a { background-color: #ABA627; }
a { background-color: rgb(171,166,39); }
div.DivClassName
{
background-color: #ABA627;
}
.BgClassName
{
background-color: #ABA627;
}
</style>
border-color css
<style>
span { border-color: #ABA627; }
span { border-color: rgb(171,166,39); }
td.TdClassName
{
border-color: #ABA627;
}
.TagClassName
{
border-color: #ABA627;
}
</style>