Shades of Earls Green #ADAB2E
Tints of Earls Green #ADAB2E
RGB
CMYK
RGB Variations
Color information
#ADAB2E (or 0xADAB2E) is known color: Earls Green. HEX triplet: AD, AB and 2E. RGB value is (173,171,46). Sum of RGB (Red+Green+Blue) = 173+171+46=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 46 (18.36% from 255 or 11.79% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB2E is #5254D1. Grayscale: #9D9D9D. Windows color (decimal): -5395666 or 3058605. OLE color: 3058605.
HSL color Cylindrical-coordinate representation of color #ADAB2E: hue angle of 59.06º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADAB2E is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 46 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.32 |
| HSL | 59.06º | 0.58% | 0.43% | - |
| HSV(B) | 59.06º | 0.73% | 0.68% | - |
| XYZ | 32.29 | 38.21 | 8.26 | - |
| YUV | 157.35 | 65.16 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 46 | 0 | 0.01 | 0.73 | 0.32 | 59.06 | 0.58 | 0.43 |
| Hex | AD | AB | 2E | 0 | 1 | 49 | 20 | 3B | 3A | 2B |
| Octal | 255 | 253 | 56 | 0 | 1 | 111 | 40 | 73 | 72 | 53 |
| Binary | 10101101 | 10101011 | 101110 | 0 | 1 | 1001001 | 100000 | 111011 | 111010 | 101011 |
Color Harmonies of #ADAB2E
Complementary color
Monochromatic Colors of #ADAB2E
Black with #ADAB2E
Text Example
Text Example
White with #ADAB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB2E; }
p { color: rgb(173,171,46); }
H1.HeaderClassName
{
color: #ADAB2E;
}
.AnyTagClassName
{
color: #ADAB2E;
}
</style>
background-color css
<style>
a { background-color: #ADAB2E; }
a { background-color: rgb(173,171,46); }
div.DivClassName
{
background-color: #ADAB2E;
}
.BgClassName
{
background-color: #ADAB2E;
}
</style>
border-color css
<style>
span { border-color: #ADAB2E; }
span { border-color: rgb(173,171,46); }
td.TdClassName
{
border-color: #ADAB2E;
}
.TagClassName
{
border-color: #ADAB2E;
}
</style>