Shades of Earls Green #ADA32E
Tints of Earls Green #ADA32E
RGB
CMYK
RGB Variations
Color information
#ADA32E (or 0xADA32E) is known color: Earls Green. HEX triplet: AD, A3 and 2E. RGB value is (173,163,46). Sum of RGB (Red+Green+Blue) = 173+163+46=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 46 (18.36% from 255 or 12.04% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA32E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA32E is #525CD1. Grayscale: #999999. Windows color (decimal): -5397714 or 3056557. OLE color: 3056557.
HSL color Cylindrical-coordinate representation of color #ADA32E: hue angle of 55.28º 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 #ADA32E is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 46 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.32 |
| HSL | 55.28º | 0.58% | 0.43% | - |
| HSV(B) | 55.28º | 0.73% | 0.68% | - |
| XYZ | 30.82 | 35.28 | 7.77 | - |
| YUV | 152.65 | 67.81 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 46 | 0 | 0.06 | 0.73 | 0.32 | 55.28 | 0.58 | 0.43 |
| Hex | AD | A3 | 2E | 0 | 6 | 49 | 20 | 37 | 3A | 2B |
| Octal | 255 | 243 | 56 | 0 | 6 | 111 | 40 | 67 | 72 | 53 |
| Binary | 10101101 | 10100011 | 101110 | 0 | 110 | 1001001 | 100000 | 110111 | 111010 | 101011 |
Color Harmonies of #ADA32E
Complementary color
Monochromatic Colors of #ADA32E
Black with #ADA32E
Text Example
Text Example
White with #ADA32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA32E; }
p { color: rgb(173,163,46); }
H1.HeaderClassName
{
color: #ADA32E;
}
.AnyTagClassName
{
color: #ADA32E;
}
</style>
background-color css
<style>
a { background-color: #ADA32E; }
a { background-color: rgb(173,163,46); }
div.DivClassName
{
background-color: #ADA32E;
}
.BgClassName
{
background-color: #ADA32E;
}
</style>
border-color css
<style>
span { border-color: #ADA32E; }
span { border-color: rgb(173,163,46); }
td.TdClassName
{
border-color: #ADA32E;
}
.TagClassName
{
border-color: #ADA32E;
}
</style>