Shades of Earls Green #B0AD1E
Tints of Earls Green #B0AD1E
RGB
CMYK
RGB Variations
Color information
#B0AD1E (or 0xB0AD1E) is known color: Earls Green. HEX triplet: B0, AD and 1E. RGB value is (176,173,30). Sum of RGB (Red+Green+Blue) = 176+173+30=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AD1E is #4F52E1. Grayscale: #9E9E9E. Windows color (decimal): -5198562 or 2010544. OLE color: 2010544.
HSL color Cylindrical-coordinate representation of color #B0AD1E: hue angle of 58.77º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B0AD1E is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 30 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.31 |
| HSL | 58.77º | 0.71% | 0.4% | - |
| HSV(B) | 58.77º | 0.83% | 0.69% | - |
| XYZ | 33.08 | 39.21 | 7.05 | - |
| YUV | 157.6 | 55.99 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 30 | 0 | 0.02 | 0.83 | 0.31 | 58.77 | 0.71 | 0.4 |
| Hex | B0 | AD | 1E | 0 | 2 | 53 | 1F | 3B | 47 | 28 |
| Octal | 260 | 255 | 36 | 0 | 2 | 123 | 37 | 73 | 107 | 50 |
| Binary | 10110000 | 10101101 | 11110 | 0 | 10 | 1010011 | 11111 | 111011 | 1000111 | 101000 |
Color Harmonies of #B0AD1E
Complementary color
Monochromatic Colors of #B0AD1E
Black with #B0AD1E
Text Example
Text Example
White with #B0AD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD1E; }
p { color: rgb(176,173,30); }
H1.HeaderClassName
{
color: #B0AD1E;
}
.AnyTagClassName
{
color: #B0AD1E;
}
</style>
background-color css
<style>
a { background-color: #B0AD1E; }
a { background-color: rgb(176,173,30); }
div.DivClassName
{
background-color: #B0AD1E;
}
.BgClassName
{
background-color: #B0AD1E;
}
</style>
border-color css
<style>
span { border-color: #B0AD1E; }
span { border-color: rgb(176,173,30); }
td.TdClassName
{
border-color: #B0AD1E;
}
.TagClassName
{
border-color: #B0AD1E;
}
</style>