Shades of Earls Green #ADA91C
Tints of Earls Green #ADA91C
RGB
CMYK
RGB Variations
Color information
#ADA91C (or 0xADA91C) is known color: Earls Green. HEX triplet: AD, A9 and 1C. RGB value is (173,169,28). Sum of RGB (Red+Green+Blue) = 173+169+28=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 28 (11.33% from 255 or 7.57% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA91C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA91C is #5256E3. Grayscale: #9A9A9A. Windows color (decimal): -5396196 or 1878445. OLE color: 1878445.
HSL color Cylindrical-coordinate representation of color #ADA91C: hue angle of 58.34º degrees, saturation: 0.72, 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 #ADA91C is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 28 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.32 |
| HSL | 58.34º | 0.72% | 0.39% | - |
| HSV(B) | 58.34º | 0.84% | 0.68% | - |
| XYZ | 31.63 | 37.34 | 6.64 | - |
| YUV | 154.12 | 56.83 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 28 | 0 | 0.02 | 0.84 | 0.32 | 58.34 | 0.72 | 0.39 |
| Hex | AD | A9 | 1C | 0 | 2 | 54 | 20 | 3A | 48 | 27 |
| Octal | 255 | 251 | 34 | 0 | 2 | 124 | 40 | 72 | 110 | 47 |
| Binary | 10101101 | 10101001 | 11100 | 0 | 10 | 1010100 | 100000 | 111010 | 1001000 | 100111 |
Color Harmonies of #ADA91C
Complementary color
Monochromatic Colors of #ADA91C
Black with #ADA91C
Text Example
Text Example
White with #ADA91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA91C; }
p { color: rgb(173,169,28); }
H1.HeaderClassName
{
color: #ADA91C;
}
.AnyTagClassName
{
color: #ADA91C;
}
</style>
background-color css
<style>
a { background-color: #ADA91C; }
a { background-color: rgb(173,169,28); }
div.DivClassName
{
background-color: #ADA91C;
}
.BgClassName
{
background-color: #ADA91C;
}
</style>
border-color css
<style>
span { border-color: #ADA91C; }
span { border-color: rgb(173,169,28); }
td.TdClassName
{
border-color: #ADA91C;
}
.TagClassName
{
border-color: #ADA91C;
}
</style>