Shades of Earls Green #ADB02F
Tints of Earls Green #ADB02F
RGB
CMYK
RGB Variations
Color information
#ADB02F (or 0xADB02F) is known color: Earls Green. HEX triplet: AD, B0 and 2F. RGB value is (173,176,47). Sum of RGB (Red+Green+Blue) = 173+176+47=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 47 (18.75% from 255 or 11.87% from 396); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB02F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB02F is #524FD0. Grayscale: #A0A0A0. Windows color (decimal): -5394385 or 3125421. OLE color: 3125421.
HSL color Cylindrical-coordinate representation of color #ADB02F: hue angle of 61.4º degrees, saturation: 0.58, 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 #ADB02F is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 47 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.31 |
| HSL | 61.4º | 0.58% | 0.44% | - |
| HSV(B) | 61.4º | 0.73% | 0.69% | - |
| XYZ | 33.27 | 40.14 | 8.68 | - |
| YUV | 160.4 | 64.01 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 47 | 0.02 | 0 | 0.73 | 0.31 | 61.4 | 0.58 | 0.44 |
| Hex | AD | B0 | 2F | 2 | 0 | 49 | 1F | 3D | 3A | 2C |
| Octal | 255 | 260 | 57 | 2 | 0 | 111 | 37 | 75 | 72 | 54 |
| Binary | 10101101 | 10110000 | 101111 | 10 | 0 | 1001001 | 11111 | 111101 | 111010 | 101100 |
Color Harmonies of #ADB02F
Complementary color
Monochromatic Colors of #ADB02F
Black with #ADB02F
Text Example
Text Example
White with #ADB02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB02F; }
p { color: rgb(173,176,47); }
H1.HeaderClassName
{
color: #ADB02F;
}
.AnyTagClassName
{
color: #ADB02F;
}
</style>
background-color css
<style>
a { background-color: #ADB02F; }
a { background-color: rgb(173,176,47); }
div.DivClassName
{
background-color: #ADB02F;
}
.BgClassName
{
background-color: #ADB02F;
}
</style>
border-color css
<style>
span { border-color: #ADB02F; }
span { border-color: rgb(173,176,47); }
td.TdClassName
{
border-color: #ADB02F;
}
.TagClassName
{
border-color: #ADB02F;
}
</style>