Shades of Earls Green #B2B11B
Tints of Earls Green #B2B11B
RGB
CMYK
RGB Variations
Color information
#B2B11B (or 0xB2B11B) is known color: Earls Green. HEX triplet: B2, B1 and 1B. RGB value is (178,177,27). Sum of RGB (Red+Green+Blue) = 178+177+27=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 27 (10.94% from 255 or 7.07% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B11B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B11B is #4D4EE4. Grayscale: #A0A0A0. Windows color (decimal): -5066469 or 1814962. OLE color: 1814962.
HSL color Cylindrical-coordinate representation of color #B2B11B: hue angle of 59.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2B11B is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 177 | 27 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.30 |
| HSL | 59.6º | 0.74% | 0.4% | - |
| HSV(B) | 59.6º | 0.85% | 0.7% | - |
| XYZ | 34.28 | 40.99 | 7.14 | - |
| YUV | 160.2 | 52.83 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 27 | 0 | 0.01 | 0.85 | 0.30 | 59.6 | 0.74 | 0.4 |
| Hex | B2 | B1 | 1B | 0 | 1 | 55 | 1E | 3C | 4A | 28 |
| Octal | 262 | 261 | 33 | 0 | 1 | 125 | 36 | 74 | 112 | 50 |
| Binary | 10110010 | 10110001 | 11011 | 0 | 1 | 1010101 | 11110 | 111100 | 1001010 | 101000 |
Color Harmonies of #B2B11B
Complementary color
Monochromatic Colors of #B2B11B
Black with #B2B11B
Text Example
Text Example
White with #B2B11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B11B; }
p { color: rgb(178,177,27); }
H1.HeaderClassName
{
color: #B2B11B;
}
.AnyTagClassName
{
color: #B2B11B;
}
</style>
background-color css
<style>
a { background-color: #B2B11B; }
a { background-color: rgb(178,177,27); }
div.DivClassName
{
background-color: #B2B11B;
}
.BgClassName
{
background-color: #B2B11B;
}
</style>
border-color css
<style>
span { border-color: #B2B11B; }
span { border-color: rgb(178,177,27); }
td.TdClassName
{
border-color: #B2B11B;
}
.TagClassName
{
border-color: #B2B11B;
}
</style>