Shades of Earls Green #ADB129
Tints of Earls Green #ADB129
RGB
CMYK
RGB Variations
Color information
#ADB129 (or 0xADB129) is known color: Earls Green. HEX triplet: AD, B1 and 29. RGB value is (173,177,41). Sum of RGB (Red+Green+Blue) = 173+177+41=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 41 (16.41% from 255 or 10.49% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB129 is #524ED6. Grayscale: #A0A0A0. Windows color (decimal): -5394135 or 2732461. OLE color: 2732461.
HSL color Cylindrical-coordinate representation of color #ADB129: hue angle of 61.76º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADB129 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 41 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.31 |
| HSL | 61.76º | 0.62% | 0.43% | - |
| HSV(B) | 61.76º | 0.77% | 0.69% | - |
| XYZ | 33.36 | 40.49 | 8.15 | - |
| YUV | 160.3 | 60.67 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 41 | 0.02 | 0 | 0.77 | 0.31 | 61.76 | 0.62 | 0.43 |
| Hex | AD | B1 | 29 | 2 | 0 | 4D | 1F | 3E | 3E | 2B |
| Octal | 255 | 261 | 51 | 2 | 0 | 115 | 37 | 76 | 76 | 53 |
| Binary | 10101101 | 10110001 | 101001 | 10 | 0 | 1001101 | 11111 | 111110 | 111110 | 101011 |
Color Harmonies of #ADB129
Complementary color
Monochromatic Colors of #ADB129
Black with #ADB129
Text Example
Text Example
White with #ADB129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB129; }
p { color: rgb(173,177,41); }
H1.HeaderClassName
{
color: #ADB129;
}
.AnyTagClassName
{
color: #ADB129;
}
</style>
background-color css
<style>
a { background-color: #ADB129; }
a { background-color: rgb(173,177,41); }
div.DivClassName
{
background-color: #ADB129;
}
.BgClassName
{
background-color: #ADB129;
}
</style>
border-color css
<style>
span { border-color: #ADB129; }
span { border-color: rgb(173,177,41); }
td.TdClassName
{
border-color: #ADB129;
}
.TagClassName
{
border-color: #ADB129;
}
</style>