Shades of Earls Green #ADA227
Tints of Earls Green #ADA227
RGB
CMYK
RGB Variations
Color information
#ADA227 (or 0xADA227) is known color: Earls Green. HEX triplet: AD, A2 and 27. RGB value is (173,162,39). Sum of RGB (Red+Green+Blue) = 173+162+39=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 39 (15.62% from 255 or 10.43% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA227 is #525DD8. Grayscale: #979797. Windows color (decimal): -5397977 or 2597549. OLE color: 2597549.
HSL color Cylindrical-coordinate representation of color #ADA227: hue angle of 55.07º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADA227 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 39 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.32 |
| HSL | 55.07º | 0.63% | 0.42% | - |
| HSV(B) | 55.07º | 0.77% | 0.68% | - |
| XYZ | 30.52 | 34.87 | 7.04 | - |
| YUV | 151.27 | 64.64 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 39 | 0 | 0.06 | 0.77 | 0.32 | 55.07 | 0.63 | 0.42 |
| Hex | AD | A2 | 27 | 0 | 6 | 4D | 20 | 37 | 3F | 2A |
| Octal | 255 | 242 | 47 | 0 | 6 | 115 | 40 | 67 | 77 | 52 |
| Binary | 10101101 | 10100010 | 100111 | 0 | 110 | 1001101 | 100000 | 110111 | 111111 | 101010 |
Color Harmonies of #ADA227
Complementary color
Monochromatic Colors of #ADA227
Black with #ADA227
Text Example
Text Example
White with #ADA227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA227; }
p { color: rgb(173,162,39); }
H1.HeaderClassName
{
color: #ADA227;
}
.AnyTagClassName
{
color: #ADA227;
}
</style>
background-color css
<style>
a { background-color: #ADA227; }
a { background-color: rgb(173,162,39); }
div.DivClassName
{
background-color: #ADA227;
}
.BgClassName
{
background-color: #ADA227;
}
</style>
border-color css
<style>
span { border-color: #ADA227; }
span { border-color: rgb(173,162,39); }
td.TdClassName
{
border-color: #ADA227;
}
.TagClassName
{
border-color: #ADA227;
}
</style>