Shades of Earls Green #ADA826
Tints of Earls Green #ADA826
RGB
CMYK
RGB Variations
Color information
#ADA826 (or 0xADA826) is known color: Earls Green. HEX triplet: AD, A8 and 26. RGB value is (173,168,38). Sum of RGB (Red+Green+Blue) = 173+168+38=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 38 (15.23% from 255 or 10.03% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA826 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA826 is #5257D9. Grayscale: #9B9B9B. Windows color (decimal): -5396442 or 2533549. OLE color: 2533549.
HSL color Cylindrical-coordinate representation of color #ADA826: hue angle of 57.78º 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 #ADA826 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 38 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.32 |
| HSL | 57.78º | 0.64% | 0.41% | - |
| HSV(B) | 57.78º | 0.78% | 0.68% | - |
| XYZ | 31.59 | 37.03 | 7.32 | - |
| YUV | 154.68 | 62.16 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 38 | 0 | 0.03 | 0.78 | 0.32 | 57.78 | 0.64 | 0.41 |
| Hex | AD | A8 | 26 | 0 | 3 | 4E | 20 | 3A | 40 | 29 |
| Octal | 255 | 250 | 46 | 0 | 3 | 116 | 40 | 72 | 100 | 51 |
| Binary | 10101101 | 10101000 | 100110 | 0 | 11 | 1001110 | 100000 | 111010 | 1000000 | 101001 |
Color Harmonies of #ADA826
Complementary color
Monochromatic Colors of #ADA826
Black with #ADA826
Text Example
Text Example
White with #ADA826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA826; }
p { color: rgb(173,168,38); }
H1.HeaderClassName
{
color: #ADA826;
}
.AnyTagClassName
{
color: #ADA826;
}
</style>
background-color css
<style>
a { background-color: #ADA826; }
a { background-color: rgb(173,168,38); }
div.DivClassName
{
background-color: #ADA826;
}
.BgClassName
{
background-color: #ADA826;
}
</style>
border-color css
<style>
span { border-color: #ADA826; }
span { border-color: rgb(173,168,38); }
td.TdClassName
{
border-color: #ADA826;
}
.TagClassName
{
border-color: #ADA826;
}
</style>