Shades of Earls Green #ADA22B
Tints of Earls Green #ADA22B
RGB
CMYK
RGB Variations
Color information
#ADA22B (or 0xADA22B) is known color: Earls Green. HEX triplet: AD, A2 and 2B. RGB value is (173,162,43). Sum of RGB (Red+Green+Blue) = 173+162+43=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA22B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA22B is #525DD4. Grayscale: #989898. Windows color (decimal): -5397973 or 2859693. OLE color: 2859693.
HSL color Cylindrical-coordinate representation of color #ADA22B: hue angle of 54.92º 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 #ADA22B is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 43 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.32 |
| HSL | 54.92º | 0.6% | 0.42% | - |
| HSV(B) | 54.92º | 0.75% | 0.68% | - |
| XYZ | 30.59 | 34.9 | 7.41 | - |
| YUV | 151.72 | 66.64 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 43 | 0 | 0.06 | 0.75 | 0.32 | 54.92 | 0.6 | 0.42 |
| Hex | AD | A2 | 2B | 0 | 6 | 4B | 20 | 37 | 3C | 2A |
| Octal | 255 | 242 | 53 | 0 | 6 | 113 | 40 | 67 | 74 | 52 |
| Binary | 10101101 | 10100010 | 101011 | 0 | 110 | 1001011 | 100000 | 110111 | 111100 | 101010 |
Color Harmonies of #ADA22B
Complementary color
Monochromatic Colors of #ADA22B
Black with #ADA22B
Text Example
Text Example
White with #ADA22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA22B; }
p { color: rgb(173,162,43); }
H1.HeaderClassName
{
color: #ADA22B;
}
.AnyTagClassName
{
color: #ADA22B;
}
</style>
background-color css
<style>
a { background-color: #ADA22B; }
a { background-color: rgb(173,162,43); }
div.DivClassName
{
background-color: #ADA22B;
}
.BgClassName
{
background-color: #ADA22B;
}
</style>
border-color css
<style>
span { border-color: #ADA22B; }
span { border-color: rgb(173,162,43); }
td.TdClassName
{
border-color: #ADA22B;
}
.TagClassName
{
border-color: #ADA22B;
}
</style>