Shades of Earls Green #ADA330
Tints of Earls Green #ADA330
RGB
CMYK
RGB Variations
Color information
#ADA330 (or 0xADA330) is known color: Earls Green. HEX triplet: AD, A3 and 30. RGB value is (173,163,48). Sum of RGB (Red+Green+Blue) = 173+163+48=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA330 is #525CCF. Grayscale: #999999. Windows color (decimal): -5397712 or 3187629. OLE color: 3187629.
HSL color Cylindrical-coordinate representation of color #ADA330: hue angle of 55.2º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADA330 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 48 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.32 |
| HSL | 55.2º | 0.57% | 0.43% | - |
| HSV(B) | 55.2º | 0.72% | 0.68% | - |
| XYZ | 30.86 | 35.29 | 7.98 | - |
| YUV | 152.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 48 | 0 | 0.06 | 0.72 | 0.32 | 55.2 | 0.57 | 0.43 |
| Hex | AD | A3 | 30 | 0 | 6 | 48 | 20 | 37 | 39 | 2B |
| Octal | 255 | 243 | 60 | 0 | 6 | 110 | 40 | 67 | 71 | 53 |
| Binary | 10101101 | 10100011 | 110000 | 0 | 110 | 1001000 | 100000 | 110111 | 111001 | 101011 |
Color Harmonies of #ADA330
Complementary color
Monochromatic Colors of #ADA330
Black with #ADA330
Text Example
Text Example
White with #ADA330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA330; }
p { color: rgb(173,163,48); }
H1.HeaderClassName
{
color: #ADA330;
}
.AnyTagClassName
{
color: #ADA330;
}
</style>
background-color css
<style>
a { background-color: #ADA330; }
a { background-color: rgb(173,163,48); }
div.DivClassName
{
background-color: #ADA330;
}
.BgClassName
{
background-color: #ADA330;
}
</style>
border-color css
<style>
span { border-color: #ADA330; }
span { border-color: rgb(173,163,48); }
td.TdClassName
{
border-color: #ADA330;
}
.TagClassName
{
border-color: #ADA330;
}
</style>