Shades of Earls Green #ADA81B
Tints of Earls Green #ADA81B
RGB
CMYK
RGB Variations
Color information
#ADA81B (or 0xADA81B) is known color: Earls Green. HEX triplet: AD, A8 and 1B. RGB value is (173,168,27). Sum of RGB (Red+Green+Blue) = 173+168+27=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA81B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA81B is #5257E4. Grayscale: #999999. Windows color (decimal): -5396453 or 1812653. OLE color: 1812653.
HSL color Cylindrical-coordinate representation of color #ADA81B: hue angle of 57.95º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADA81B is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 27 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.32 |
| HSL | 57.95º | 0.73% | 0.39% | - |
| HSV(B) | 57.95º | 0.84% | 0.68% | - |
| XYZ | 31.43 | 36.97 | 6.52 | - |
| YUV | 153.42 | 56.66 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 27 | 0 | 0.03 | 0.84 | 0.32 | 57.95 | 0.73 | 0.39 |
| Hex | AD | A8 | 1B | 0 | 3 | 54 | 20 | 3A | 49 | 27 |
| Octal | 255 | 250 | 33 | 0 | 3 | 124 | 40 | 72 | 111 | 47 |
| Binary | 10101101 | 10101000 | 11011 | 0 | 11 | 1010100 | 100000 | 111010 | 1001001 | 100111 |
Color Harmonies of #ADA81B
Complementary color
Monochromatic Colors of #ADA81B
Black with #ADA81B
Text Example
Text Example
White with #ADA81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA81B; }
p { color: rgb(173,168,27); }
H1.HeaderClassName
{
color: #ADA81B;
}
.AnyTagClassName
{
color: #ADA81B;
}
</style>
background-color css
<style>
a { background-color: #ADA81B; }
a { background-color: rgb(173,168,27); }
div.DivClassName
{
background-color: #ADA81B;
}
.BgClassName
{
background-color: #ADA81B;
}
</style>
border-color css
<style>
span { border-color: #ADA81B; }
span { border-color: rgb(173,168,27); }
td.TdClassName
{
border-color: #ADA81B;
}
.TagClassName
{
border-color: #ADA81B;
}
</style>