Shades of Earls Green #ADA231
Tints of Earls Green #ADA231
RGB
CMYK
RGB Variations
Color information
#ADA231 (or 0xADA231) is known color: Earls Green. HEX triplet: AD, A2 and 31. RGB value is (173,162,49). Sum of RGB (Red+Green+Blue) = 173+162+49=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 49 (19.53% from 255 or 12.76% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA231 is #525DCE. Grayscale: #989898. Windows color (decimal): -5397967 or 3252909. OLE color: 3252909.
HSL color Cylindrical-coordinate representation of color #ADA231: hue angle of 54.68º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADA231 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 49 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.32 |
| HSL | 54.68º | 0.56% | 0.44% | - |
| HSV(B) | 54.68º | 0.72% | 0.68% | - |
| XYZ | 30.71 | 34.95 | 8.03 | - |
| YUV | 152.41 | 69.64 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 49 | 0 | 0.06 | 0.72 | 0.32 | 54.68 | 0.56 | 0.44 |
| Hex | AD | A2 | 31 | 0 | 6 | 48 | 20 | 37 | 38 | 2C |
| Octal | 255 | 242 | 61 | 0 | 6 | 110 | 40 | 67 | 70 | 54 |
| Binary | 10101101 | 10100010 | 110001 | 0 | 110 | 1001000 | 100000 | 110111 | 111000 | 101100 |
Color Harmonies of #ADA231
Complementary color
Monochromatic Colors of #ADA231
Black with #ADA231
Text Example
Text Example
White with #ADA231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA231; }
p { color: rgb(173,162,49); }
H1.HeaderClassName
{
color: #ADA231;
}
.AnyTagClassName
{
color: #ADA231;
}
</style>
background-color css
<style>
a { background-color: #ADA231; }
a { background-color: rgb(173,162,49); }
div.DivClassName
{
background-color: #ADA231;
}
.BgClassName
{
background-color: #ADA231;
}
</style>
border-color css
<style>
span { border-color: #ADA231; }
span { border-color: rgb(173,162,49); }
td.TdClassName
{
border-color: #ADA231;
}
.TagClassName
{
border-color: #ADA231;
}
</style>