Shades of Earls Green #ADA82E
Tints of Earls Green #ADA82E
RGB
CMYK
RGB Variations
Color information
#ADA82E (or 0xADA82E) is known color: Earls Green. HEX triplet: AD, A8 and 2E. RGB value is (173,168,46). Sum of RGB (Red+Green+Blue) = 173+168+46=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA82E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA82E is #5257D1. Grayscale: #9C9C9C. Windows color (decimal): -5396434 or 3057837. OLE color: 3057837.
HSL color Cylindrical-coordinate representation of color #ADA82E: hue angle of 57.64º 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 #ADA82E is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 46 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.32 |
| HSL | 57.64º | 0.58% | 0.43% | - |
| HSV(B) | 57.64º | 0.73% | 0.68% | - |
| XYZ | 31.73 | 37.09 | 8.07 | - |
| YUV | 155.59 | 66.16 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 46 | 0 | 0.03 | 0.73 | 0.32 | 57.64 | 0.58 | 0.43 |
| Hex | AD | A8 | 2E | 0 | 3 | 49 | 20 | 3A | 3A | 2B |
| Octal | 255 | 250 | 56 | 0 | 3 | 111 | 40 | 72 | 72 | 53 |
| Binary | 10101101 | 10101000 | 101110 | 0 | 11 | 1001001 | 100000 | 111010 | 111010 | 101011 |
Color Harmonies of #ADA82E
Complementary color
Monochromatic Colors of #ADA82E
Black with #ADA82E
Text Example
Text Example
White with #ADA82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA82E; }
p { color: rgb(173,168,46); }
H1.HeaderClassName
{
color: #ADA82E;
}
.AnyTagClassName
{
color: #ADA82E;
}
</style>
background-color css
<style>
a { background-color: #ADA82E; }
a { background-color: rgb(173,168,46); }
div.DivClassName
{
background-color: #ADA82E;
}
.BgClassName
{
background-color: #ADA82E;
}
</style>
border-color css
<style>
span { border-color: #ADA82E; }
span { border-color: rgb(173,168,46); }
td.TdClassName
{
border-color: #ADA82E;
}
.TagClassName
{
border-color: #ADA82E;
}
</style>