Shades of Earls Green #ADAB2A
Tints of Earls Green #ADAB2A
RGB
CMYK
RGB Variations
Color information
#ADAB2A (or 0xADAB2A) is known color: Earls Green. HEX triplet: AD, AB and 2A. RGB value is (173,171,42). Sum of RGB (Red+Green+Blue) = 173+171+42=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 42 (16.80% from 255 or 10.88% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB2A is #5254D5. Grayscale: #9D9D9D. Windows color (decimal): -5395670 or 2796461. OLE color: 2796461.
HSL color Cylindrical-coordinate representation of color #ADAB2A: hue angle of 59.08º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADAB2A is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 42 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.32 |
| HSL | 59.08º | 0.61% | 0.42% | - |
| HSV(B) | 59.08º | 0.76% | 0.68% | - |
| XYZ | 32.21 | 38.18 | 7.86 | - |
| YUV | 156.89 | 63.16 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 42 | 0 | 0.01 | 0.76 | 0.32 | 59.08 | 0.61 | 0.42 |
| Hex | AD | AB | 2A | 0 | 1 | 4C | 20 | 3B | 3D | 2A |
| Octal | 255 | 253 | 52 | 0 | 1 | 114 | 40 | 73 | 75 | 52 |
| Binary | 10101101 | 10101011 | 101010 | 0 | 1 | 1001100 | 100000 | 111011 | 111101 | 101010 |
Color Harmonies of #ADAB2A
Complementary color
Monochromatic Colors of #ADAB2A
Black with #ADAB2A
Text Example
Text Example
White with #ADAB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB2A; }
p { color: rgb(173,171,42); }
H1.HeaderClassName
{
color: #ADAB2A;
}
.AnyTagClassName
{
color: #ADAB2A;
}
</style>
background-color css
<style>
a { background-color: #ADAB2A; }
a { background-color: rgb(173,171,42); }
div.DivClassName
{
background-color: #ADAB2A;
}
.BgClassName
{
background-color: #ADAB2A;
}
</style>
border-color css
<style>
span { border-color: #ADAB2A; }
span { border-color: rgb(173,171,42); }
td.TdClassName
{
border-color: #ADAB2A;
}
.TagClassName
{
border-color: #ADAB2A;
}
</style>