Shades of Earls Green #ADB130
Tints of Earls Green #ADB130
RGB
CMYK
RGB Variations
Color information
#ADB130 (or 0xADB130) is known color: Earls Green. HEX triplet: AD, B1 and 30. RGB value is (173,177,48). Sum of RGB (Red+Green+Blue) = 173+177+48=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB130 is #524ECF. Grayscale: #A1A1A1. Windows color (decimal): -5394128 or 3191213. OLE color: 3191213.
HSL color Cylindrical-coordinate representation of color #ADB130: hue angle of 61.86º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADB130 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 48 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.31 |
| HSL | 61.86º | 0.57% | 0.44% | - |
| HSV(B) | 61.86º | 0.73% | 0.69% | - |
| XYZ | 33.49 | 40.54 | 8.86 | - |
| YUV | 161.1 | 64.17 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 48 | 0.02 | 0 | 0.73 | 0.31 | 61.86 | 0.57 | 0.44 |
| Hex | AD | B1 | 30 | 2 | 0 | 49 | 1F | 3E | 39 | 2C |
| Octal | 255 | 261 | 60 | 2 | 0 | 111 | 37 | 76 | 71 | 54 |
| Binary | 10101101 | 10110001 | 110000 | 10 | 0 | 1001001 | 11111 | 111110 | 111001 | 101100 |
Color Harmonies of #ADB130
Complementary color
Monochromatic Colors of #ADB130
Black with #ADB130
Text Example
Text Example
White with #ADB130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB130; }
p { color: rgb(173,177,48); }
H1.HeaderClassName
{
color: #ADB130;
}
.AnyTagClassName
{
color: #ADB130;
}
</style>
background-color css
<style>
a { background-color: #ADB130; }
a { background-color: rgb(173,177,48); }
div.DivClassName
{
background-color: #ADB130;
}
.BgClassName
{
background-color: #ADB130;
}
</style>
border-color css
<style>
span { border-color: #ADB130; }
span { border-color: rgb(173,177,48); }
td.TdClassName
{
border-color: #ADB130;
}
.TagClassName
{
border-color: #ADB130;
}
</style>