Shades of Earls Green #ABA42B
Tints of Earls Green #ABA42B
RGB
CMYK
RGB Variations
Color information
#ABA42B (or 0xABA42B) is known color: Earls Green. HEX triplet: AB, A4 and 2B. RGB value is (171,164,43). Sum of RGB (Red+Green+Blue) = 171+164+43=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA42B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA42B is #545BD4. Grayscale: #989898. Windows color (decimal): -5528533 or 2860203. OLE color: 2860203.
HSL color Cylindrical-coordinate representation of color #ABA42B: hue angle of 56.72º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABA42B is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 43 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.33 |
| HSL | 56.72º | 0.6% | 0.42% | - |
| HSV(B) | 56.72º | 0.75% | 0.67% | - |
| XYZ | 30.51 | 35.38 | 7.51 | - |
| YUV | 152.3 | 66.32 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 43 | 0 | 0.04 | 0.75 | 0.33 | 56.72 | 0.6 | 0.42 |
| Hex | AB | A4 | 2B | 0 | 4 | 4B | 21 | 39 | 3C | 2A |
| Octal | 253 | 244 | 53 | 0 | 4 | 113 | 41 | 71 | 74 | 52 |
| Binary | 10101011 | 10100100 | 101011 | 0 | 100 | 1001011 | 100001 | 111001 | 111100 | 101010 |
Color Harmonies of #ABA42B
Complementary color
Monochromatic Colors of #ABA42B
Black with #ABA42B
Text Example
Text Example
White with #ABA42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA42B; }
p { color: rgb(171,164,43); }
H1.HeaderClassName
{
color: #ABA42B;
}
.AnyTagClassName
{
color: #ABA42B;
}
</style>
background-color css
<style>
a { background-color: #ABA42B; }
a { background-color: rgb(171,164,43); }
div.DivClassName
{
background-color: #ABA42B;
}
.BgClassName
{
background-color: #ABA42B;
}
</style>
border-color css
<style>
span { border-color: #ABA42B; }
span { border-color: rgb(171,164,43); }
td.TdClassName
{
border-color: #ABA42B;
}
.TagClassName
{
border-color: #ABA42B;
}
</style>