Shades of Earls Green #ABA62A
Tints of Earls Green #ABA62A
RGB
CMYK
RGB Variations
Color information
#ABA62A (or 0xABA62A) is known color: Earls Green. HEX triplet: AB, A6 and 2A. RGB value is (171,166,42). Sum of RGB (Red+Green+Blue) = 171+166+42=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA62A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA62A is #5459D5. Grayscale: #999999. Windows color (decimal): -5528022 or 2795179. OLE color: 2795179.
HSL color Cylindrical-coordinate representation of color #ABA62A: hue angle of 57.67º degrees, saturation: 0.61, 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 #ABA62A is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 42 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.33 |
| HSL | 57.67º | 0.61% | 0.42% | - |
| HSV(B) | 57.67º | 0.75% | 0.67% | - |
| XYZ | 30.85 | 36.1 | 7.53 | - |
| YUV | 153.36 | 65.16 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 42 | 0 | 0.03 | 0.75 | 0.33 | 57.67 | 0.61 | 0.42 |
| Hex | AB | A6 | 2A | 0 | 3 | 4B | 21 | 3A | 3D | 2A |
| Octal | 253 | 246 | 52 | 0 | 3 | 113 | 41 | 72 | 75 | 52 |
| Binary | 10101011 | 10100110 | 101010 | 0 | 11 | 1001011 | 100001 | 111010 | 111101 | 101010 |
Color Harmonies of #ABA62A
Complementary color
Monochromatic Colors of #ABA62A
Black with #ABA62A
Text Example
Text Example
White with #ABA62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA62A; }
p { color: rgb(171,166,42); }
H1.HeaderClassName
{
color: #ABA62A;
}
.AnyTagClassName
{
color: #ABA62A;
}
</style>
background-color css
<style>
a { background-color: #ABA62A; }
a { background-color: rgb(171,166,42); }
div.DivClassName
{
background-color: #ABA62A;
}
.BgClassName
{
background-color: #ABA62A;
}
</style>
border-color css
<style>
span { border-color: #ABA62A; }
span { border-color: rgb(171,166,42); }
td.TdClassName
{
border-color: #ABA62A;
}
.TagClassName
{
border-color: #ABA62A;
}
</style>