Shades of Earls Green #ADAB30
Tints of Earls Green #ADAB30
RGB
CMYK
RGB Variations
Color information
#ADAB30 (or 0xADAB30) is known color: Earls Green. HEX triplet: AD, AB and 30. RGB value is (173,171,48). Sum of RGB (Red+Green+Blue) = 173+171+48=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB30 is #5254CF. Grayscale: #9E9E9E. Windows color (decimal): -5395664 or 3189677. OLE color: 3189677.
HSL color Cylindrical-coordinate representation of color #ADAB30: hue angle of 59.04º 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 #ADAB30 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 48 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.32 |
| HSL | 59.04º | 0.57% | 0.43% | - |
| HSV(B) | 59.04º | 0.72% | 0.68% | - |
| XYZ | 32.33 | 38.22 | 8.47 | - |
| YUV | 157.58 | 66.16 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 48 | 0 | 0.01 | 0.72 | 0.32 | 59.04 | 0.57 | 0.43 |
| Hex | AD | AB | 30 | 0 | 1 | 48 | 20 | 3B | 39 | 2B |
| Octal | 255 | 253 | 60 | 0 | 1 | 110 | 40 | 73 | 71 | 53 |
| Binary | 10101101 | 10101011 | 110000 | 0 | 1 | 1001000 | 100000 | 111011 | 111001 | 101011 |
Color Harmonies of #ADAB30
Complementary color
Monochromatic Colors of #ADAB30
Black with #ADAB30
Text Example
Text Example
White with #ADAB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB30; }
p { color: rgb(173,171,48); }
H1.HeaderClassName
{
color: #ADAB30;
}
.AnyTagClassName
{
color: #ADAB30;
}
</style>
background-color css
<style>
a { background-color: #ADAB30; }
a { background-color: rgb(173,171,48); }
div.DivClassName
{
background-color: #ADAB30;
}
.BgClassName
{
background-color: #ADAB30;
}
</style>
border-color css
<style>
span { border-color: #ADAB30; }
span { border-color: rgb(173,171,48); }
td.TdClassName
{
border-color: #ADAB30;
}
.TagClassName
{
border-color: #ADAB30;
}
</style>