Shades of Earls Green #B2B01E
Tints of Earls Green #B2B01E
RGB
CMYK
RGB Variations
Color information
#B2B01E (or 0xB2B01E) is known color: Earls Green. HEX triplet: B2, B0 and 1E. RGB value is (178,176,30). Sum of RGB (Red+Green+Blue) = 178+176+30=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B01E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B01E is #4D4FE1. Grayscale: #A0A0A0. Windows color (decimal): -5066722 or 2011314. OLE color: 2011314.
HSL color Cylindrical-coordinate representation of color #B2B01E: hue angle of 59.19º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2B01E is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 176 | 30 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.30 |
| HSL | 59.19º | 0.71% | 0.41% | - |
| HSV(B) | 59.19º | 0.83% | 0.7% | - |
| XYZ | 34.12 | 40.61 | 7.27 | - |
| YUV | 159.95 | 54.66 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 30 | 0 | 0.01 | 0.83 | 0.30 | 59.19 | 0.71 | 0.41 |
| Hex | B2 | B0 | 1E | 0 | 1 | 53 | 1E | 3B | 47 | 29 |
| Octal | 262 | 260 | 36 | 0 | 1 | 123 | 36 | 73 | 107 | 51 |
| Binary | 10110010 | 10110000 | 11110 | 0 | 1 | 1010011 | 11110 | 111011 | 1000111 | 101001 |
Color Harmonies of #B2B01E
Complementary color
Monochromatic Colors of #B2B01E
Black with #B2B01E
Text Example
Text Example
White with #B2B01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B01E; }
p { color: rgb(178,176,30); }
H1.HeaderClassName
{
color: #B2B01E;
}
.AnyTagClassName
{
color: #B2B01E;
}
</style>
background-color css
<style>
a { background-color: #B2B01E; }
a { background-color: rgb(178,176,30); }
div.DivClassName
{
background-color: #B2B01E;
}
.BgClassName
{
background-color: #B2B01E;
}
</style>
border-color css
<style>
span { border-color: #B2B01E; }
span { border-color: rgb(178,176,30); }
td.TdClassName
{
border-color: #B2B01E;
}
.TagClassName
{
border-color: #B2B01E;
}
</style>