Shades of Earls Green #ADA926
Tints of Earls Green #ADA926
RGB
CMYK
RGB Variations
Color information
#ADA926 (or 0xADA926) is known color: Earls Green. HEX triplet: AD, A9 and 26. RGB value is (173,169,38). Sum of RGB (Red+Green+Blue) = 173+169+38=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 38 (15.23% from 255 or 10% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA926 is #5256D9. Grayscale: #9B9B9B. Windows color (decimal): -5396186 or 2533805. OLE color: 2533805.
HSL color Cylindrical-coordinate representation of color #ADA926: hue angle of 58.22º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADA926 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 38 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.32 |
| HSL | 58.22º | 0.64% | 0.41% | - |
| HSV(B) | 58.22º | 0.78% | 0.68% | - |
| XYZ | 31.77 | 37.4 | 7.38 | - |
| YUV | 155.26 | 61.83 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 38 | 0 | 0.02 | 0.78 | 0.32 | 58.22 | 0.64 | 0.41 |
| Hex | AD | A9 | 26 | 0 | 2 | 4E | 20 | 3A | 40 | 29 |
| Octal | 255 | 251 | 46 | 0 | 2 | 116 | 40 | 72 | 100 | 51 |
| Binary | 10101101 | 10101001 | 100110 | 0 | 10 | 1001110 | 100000 | 111010 | 1000000 | 101001 |
Color Harmonies of #ADA926
Complementary color
Monochromatic Colors of #ADA926
Black with #ADA926
Text Example
Text Example
White with #ADA926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA926; }
p { color: rgb(173,169,38); }
H1.HeaderClassName
{
color: #ADA926;
}
.AnyTagClassName
{
color: #ADA926;
}
</style>
background-color css
<style>
a { background-color: #ADA926; }
a { background-color: rgb(173,169,38); }
div.DivClassName
{
background-color: #ADA926;
}
.BgClassName
{
background-color: #ADA926;
}
</style>
border-color css
<style>
span { border-color: #ADA926; }
span { border-color: rgb(173,169,38); }
td.TdClassName
{
border-color: #ADA926;
}
.TagClassName
{
border-color: #ADA926;
}
</style>