Shades of Earls Green #ADA62B
Tints of Earls Green #ADA62B
RGB
CMYK
RGB Variations
Color information
#ADA62B (or 0xADA62B) is known color: Earls Green. HEX triplet: AD, A6 and 2B. RGB value is (173,166,43). Sum of RGB (Red+Green+Blue) = 173+166+43=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 43 (17.19% from 255 or 11.26% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA62B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA62B is #5259D4. Grayscale: #9A9A9A. Windows color (decimal): -5396949 or 2860717. OLE color: 2860717.
HSL color Cylindrical-coordinate representation of color #ADA62B: hue angle of 56.77º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADA62B is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 43 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.32 |
| HSL | 56.77º | 0.6% | 0.42% | - |
| HSV(B) | 56.77º | 0.75% | 0.68% | - |
| XYZ | 31.31 | 36.33 | 7.65 | - |
| YUV | 154.07 | 65.32 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 43 | 0 | 0.04 | 0.75 | 0.32 | 56.77 | 0.6 | 0.42 |
| Hex | AD | A6 | 2B | 0 | 4 | 4B | 20 | 39 | 3C | 2A |
| Octal | 255 | 246 | 53 | 0 | 4 | 113 | 40 | 71 | 74 | 52 |
| Binary | 10101101 | 10100110 | 101011 | 0 | 100 | 1001011 | 100000 | 111001 | 111100 | 101010 |
Color Harmonies of #ADA62B
Complementary color
Monochromatic Colors of #ADA62B
Black with #ADA62B
Text Example
Text Example
White with #ADA62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA62B; }
p { color: rgb(173,166,43); }
H1.HeaderClassName
{
color: #ADA62B;
}
.AnyTagClassName
{
color: #ADA62B;
}
</style>
background-color css
<style>
a { background-color: #ADA62B; }
a { background-color: rgb(173,166,43); }
div.DivClassName
{
background-color: #ADA62B;
}
.BgClassName
{
background-color: #ADA62B;
}
</style>
border-color css
<style>
span { border-color: #ADA62B; }
span { border-color: rgb(173,166,43); }
td.TdClassName
{
border-color: #ADA62B;
}
.TagClassName
{
border-color: #ADA62B;
}
</style>