Shades of Earls Green #ADA32B
Tints of Earls Green #ADA32B
RGB
CMYK
RGB Variations
Color information
#ADA32B (or 0xADA32B) is known color: Earls Green. HEX triplet: AD, A3 and 2B. RGB value is (173,163,43). Sum of RGB (Red+Green+Blue) = 173+163+43=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA32B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA32B is #525CD4. Grayscale: #989898. Windows color (decimal): -5397717 or 2859949. OLE color: 2859949.
HSL color Cylindrical-coordinate representation of color #ADA32B: hue angle of 55.38º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADA32B is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 43 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.32 |
| HSL | 55.38º | 0.6% | 0.42% | - |
| HSV(B) | 55.38º | 0.75% | 0.68% | - |
| XYZ | 30.77 | 35.25 | 7.47 | - |
| YUV | 152.31 | 66.31 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 43 | 0 | 0.06 | 0.75 | 0.32 | 55.38 | 0.6 | 0.42 |
| Hex | AD | A3 | 2B | 0 | 6 | 4B | 20 | 37 | 3C | 2A |
| Octal | 255 | 243 | 53 | 0 | 6 | 113 | 40 | 67 | 74 | 52 |
| Binary | 10101101 | 10100011 | 101011 | 0 | 110 | 1001011 | 100000 | 110111 | 111100 | 101010 |
Color Harmonies of #ADA32B
Complementary color
Monochromatic Colors of #ADA32B
Black with #ADA32B
Text Example
Text Example
White with #ADA32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA32B; }
p { color: rgb(173,163,43); }
H1.HeaderClassName
{
color: #ADA32B;
}
.AnyTagClassName
{
color: #ADA32B;
}
</style>
background-color css
<style>
a { background-color: #ADA32B; }
a { background-color: rgb(173,163,43); }
div.DivClassName
{
background-color: #ADA32B;
}
.BgClassName
{
background-color: #ADA32B;
}
</style>
border-color css
<style>
span { border-color: #ADA32B; }
span { border-color: rgb(173,163,43); }
td.TdClassName
{
border-color: #ADA32B;
}
.TagClassName
{
border-color: #ADA32B;
}
</style>