Shades of Earls Green #ADB027
Tints of Earls Green #ADB027
RGB
CMYK
RGB Variations
Color information
#ADB027 (or 0xADB027) is known color: Earls Green. HEX triplet: AD, B0 and 27. RGB value is (173,176,39). Sum of RGB (Red+Green+Blue) = 173+176+39=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 39 (15.62% from 255 or 10.05% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB027 is #524FD8. Grayscale: #A0A0A0. Windows color (decimal): -5394393 or 2601133. OLE color: 2601133.
HSL color Cylindrical-coordinate representation of color #ADB027: hue angle of 61.31º 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 #ADB027 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 39 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.31 |
| HSL | 61.31º | 0.64% | 0.42% | - |
| HSV(B) | 61.31º | 0.78% | 0.69% | - |
| XYZ | 33.13 | 40.08 | 7.91 | - |
| YUV | 159.49 | 60.01 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 39 | 0.02 | 0 | 0.78 | 0.31 | 61.31 | 0.64 | 0.42 |
| Hex | AD | B0 | 27 | 2 | 0 | 4E | 1F | 3D | 40 | 2A |
| Octal | 255 | 260 | 47 | 2 | 0 | 116 | 37 | 75 | 100 | 52 |
| Binary | 10101101 | 10110000 | 100111 | 10 | 0 | 1001110 | 11111 | 111101 | 1000000 | 101010 |
Color Harmonies of #ADB027
Complementary color
Monochromatic Colors of #ADB027
Black with #ADB027
Text Example
Text Example
White with #ADB027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB027; }
p { color: rgb(173,176,39); }
H1.HeaderClassName
{
color: #ADB027;
}
.AnyTagClassName
{
color: #ADB027;
}
</style>
background-color css
<style>
a { background-color: #ADB027; }
a { background-color: rgb(173,176,39); }
div.DivClassName
{
background-color: #ADB027;
}
.BgClassName
{
background-color: #ADB027;
}
</style>
border-color css
<style>
span { border-color: #ADB027; }
span { border-color: rgb(173,176,39); }
td.TdClassName
{
border-color: #ADB027;
}
.TagClassName
{
border-color: #ADB027;
}
</style>