Shades of Earls Green #ADB01F
Tints of Earls Green #ADB01F
RGB
CMYK
RGB Variations
Color information
#ADB01F (or 0xADB01F) is known color: Earls Green. HEX triplet: AD, B0 and 1F. RGB value is (173,176,31). Sum of RGB (Red+Green+Blue) = 173+176+31=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 176 (69.14% from 255 or 46.32% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB01F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB01F is #524FE0. Grayscale: #9F9F9F. Windows color (decimal): -5394401 or 2076845. OLE color: 2076845.
HSL color Cylindrical-coordinate representation of color #ADB01F: hue angle of 61.24º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADB01F is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 31 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.31 |
| HSL | 61.24º | 0.7% | 0.41% | - |
| HSV(B) | 61.24º | 0.82% | 0.69% | - |
| XYZ | 33.01 | 40.03 | 7.28 | - |
| YUV | 158.57 | 56.01 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 31 | 0.02 | 0 | 0.82 | 0.31 | 61.24 | 0.7 | 0.41 |
| Hex | AD | B0 | 1F | 2 | 0 | 52 | 1F | 3D | 46 | 29 |
| Octal | 255 | 260 | 37 | 2 | 0 | 122 | 37 | 75 | 106 | 51 |
| Binary | 10101101 | 10110000 | 11111 | 10 | 0 | 1010010 | 11111 | 111101 | 1000110 | 101001 |
Color Harmonies of #ADB01F
Complementary color
Monochromatic Colors of #ADB01F
Black with #ADB01F
Text Example
Text Example
White with #ADB01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB01F; }
p { color: rgb(173,176,31); }
H1.HeaderClassName
{
color: #ADB01F;
}
.AnyTagClassName
{
color: #ADB01F;
}
</style>
background-color css
<style>
a { background-color: #ADB01F; }
a { background-color: rgb(173,176,31); }
div.DivClassName
{
background-color: #ADB01F;
}
.BgClassName
{
background-color: #ADB01F;
}
</style>
border-color css
<style>
span { border-color: #ADB01F; }
span { border-color: rgb(173,176,31); }
td.TdClassName
{
border-color: #ADB01F;
}
.TagClassName
{
border-color: #ADB01F;
}
</style>