Shades of Earls Green #ADAD2B
Tints of Earls Green #ADAD2B
RGB
CMYK
RGB Variations
Color information
#ADAD2B (or 0xADAD2B) is known color: Earls Green. HEX triplet: AD, AD and 2B. RGB value is (173,173,43). Sum of RGB (Red+Green+Blue) = 173+173+43=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD2B is #5252D4. Grayscale: #9E9E9E. Windows color (decimal): -5395157 or 2862509. OLE color: 2862509.
HSL color Cylindrical-coordinate representation of color #ADAD2B: hue angle of 60º 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 #ADAD2B is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 43 | - |
| CMYK | 0 | 0 | 0.75 | 0.32 |
| HSL | 60º | 0.6% | 0.42% | - |
| HSV(B) | 60º | 0.75% | 0.68% | - |
| XYZ | 32.61 | 38.95 | 8.08 | - |
| YUV | 158.18 | 63 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 43 | 0 | 0 | 0.75 | 0.32 | 60 | 0.6 | 0.42 |
| Hex | AD | AD | 2B | 0 | 0 | 4B | 20 | 3C | 3C | 2A |
| Octal | 255 | 255 | 53 | 0 | 0 | 113 | 40 | 74 | 74 | 52 |
| Binary | 10101101 | 10101101 | 101011 | 0 | 0 | 1001011 | 100000 | 111100 | 111100 | 101010 |
Color Harmonies of #ADAD2B
Complementary color
Monochromatic Colors of #ADAD2B
Black with #ADAD2B
Text Example
Text Example
White with #ADAD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD2B; }
p { color: rgb(173,173,43); }
H1.HeaderClassName
{
color: #ADAD2B;
}
.AnyTagClassName
{
color: #ADAD2B;
}
</style>
background-color css
<style>
a { background-color: #ADAD2B; }
a { background-color: rgb(173,173,43); }
div.DivClassName
{
background-color: #ADAD2B;
}
.BgClassName
{
background-color: #ADAD2B;
}
</style>
border-color css
<style>
span { border-color: #ADAD2B; }
span { border-color: rgb(173,173,43); }
td.TdClassName
{
border-color: #ADAD2B;
}
.TagClassName
{
border-color: #ADAD2B;
}
</style>