Shades of Earls Green #ADB127
Tints of Earls Green #ADB127
RGB
CMYK
RGB Variations
Color information
#ADB127 (or 0xADB127) is known color: Earls Green. HEX triplet: AD, B1 and 27. RGB value is (173,177,39). Sum of RGB (Red+Green+Blue) = 173+177+39=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 39 (15.62% from 255 or 10.03% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB127 is #524ED8. Grayscale: #A0A0A0. Windows color (decimal): -5394137 or 2601389. OLE color: 2601389.
HSL color Cylindrical-coordinate representation of color #ADB127: hue angle of 61.74º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADB127 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 39 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.31 |
| HSL | 61.74º | 0.64% | 0.42% | - |
| HSV(B) | 61.74º | 0.78% | 0.69% | - |
| XYZ | 33.32 | 40.48 | 7.98 | - |
| YUV | 160.07 | 59.67 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 39 | 0.02 | 0 | 0.78 | 0.31 | 61.74 | 0.64 | 0.42 |
| Hex | AD | B1 | 27 | 2 | 0 | 4E | 1F | 3E | 40 | 2A |
| Octal | 255 | 261 | 47 | 2 | 0 | 116 | 37 | 76 | 100 | 52 |
| Binary | 10101101 | 10110001 | 100111 | 10 | 0 | 1001110 | 11111 | 111110 | 1000000 | 101010 |
Color Harmonies of #ADB127
Complementary color
Monochromatic Colors of #ADB127
Black with #ADB127
Text Example
Text Example
White with #ADB127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB127; }
p { color: rgb(173,177,39); }
H1.HeaderClassName
{
color: #ADB127;
}
.AnyTagClassName
{
color: #ADB127;
}
</style>
background-color css
<style>
a { background-color: #ADB127; }
a { background-color: rgb(173,177,39); }
div.DivClassName
{
background-color: #ADB127;
}
.BgClassName
{
background-color: #ADB127;
}
</style>
border-color css
<style>
span { border-color: #ADB127; }
span { border-color: rgb(173,177,39); }
td.TdClassName
{
border-color: #ADB127;
}
.TagClassName
{
border-color: #ADB127;
}
</style>