Shades of Earls Green #ADA91D
Tints of Earls Green #ADA91D
RGB
CMYK
RGB Variations
Color information
#ADA91D (or 0xADA91D) is known color: Earls Green. HEX triplet: AD, A9 and 1D. RGB value is (173,169,29). Sum of RGB (Red+Green+Blue) = 173+169+29=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA91D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA91D is #5256E2. Grayscale: #9A9A9A. Windows color (decimal): -5396195 or 1943981. OLE color: 1943981.
HSL color Cylindrical-coordinate representation of color #ADA91D: hue angle of 58.33º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADA91D is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 29 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.32 |
| HSL | 58.33º | 0.71% | 0.4% | - |
| HSV(B) | 58.33º | 0.83% | 0.68% | - |
| XYZ | 31.64 | 37.35 | 6.7 | - |
| YUV | 154.24 | 57.33 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 29 | 0 | 0.02 | 0.83 | 0.32 | 58.33 | 0.71 | 0.4 |
| Hex | AD | A9 | 1D | 0 | 2 | 53 | 20 | 3A | 47 | 28 |
| Octal | 255 | 251 | 35 | 0 | 2 | 123 | 40 | 72 | 107 | 50 |
| Binary | 10101101 | 10101001 | 11101 | 0 | 10 | 1010011 | 100000 | 111010 | 1000111 | 101000 |
Color Harmonies of #ADA91D
Complementary color
Monochromatic Colors of #ADA91D
Black with #ADA91D
Text Example
Text Example
White with #ADA91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA91D; }
p { color: rgb(173,169,29); }
H1.HeaderClassName
{
color: #ADA91D;
}
.AnyTagClassName
{
color: #ADA91D;
}
</style>
background-color css
<style>
a { background-color: #ADA91D; }
a { background-color: rgb(173,169,29); }
div.DivClassName
{
background-color: #ADA91D;
}
.BgClassName
{
background-color: #ADA91D;
}
</style>
border-color css
<style>
span { border-color: #ADA91D; }
span { border-color: rgb(173,169,29); }
td.TdClassName
{
border-color: #ADA91D;
}
.TagClassName
{
border-color: #ADA91D;
}
</style>