Shades of Earls Green #B2B11C
Tints of Earls Green #B2B11C
RGB
CMYK
RGB Variations
Color information
#B2B11C (or 0xB2B11C) is known color: Earls Green. HEX triplet: B2, B1 and 1C. RGB value is (178,177,28). Sum of RGB (Red+Green+Blue) = 178+177+28=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 28 (11.33% from 255 or 7.31% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B11C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B11C is #4D4EE3. Grayscale: #A0A0A0. Windows color (decimal): -5066468 or 1880498. OLE color: 1880498.
HSL color Cylindrical-coordinate representation of color #B2B11C: hue angle of 59.6º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2B11C is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 177 | 28 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.30 |
| HSL | 59.6º | 0.73% | 0.4% | - |
| HSV(B) | 59.6º | 0.84% | 0.7% | - |
| XYZ | 34.29 | 40.99 | 7.2 | - |
| YUV | 160.31 | 53.33 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 28 | 0 | 0.01 | 0.84 | 0.30 | 59.6 | 0.73 | 0.4 |
| Hex | B2 | B1 | 1C | 0 | 1 | 54 | 1E | 3C | 49 | 28 |
| Octal | 262 | 261 | 34 | 0 | 1 | 124 | 36 | 74 | 111 | 50 |
| Binary | 10110010 | 10110001 | 11100 | 0 | 1 | 1010100 | 11110 | 111100 | 1001001 | 101000 |
Color Harmonies of #B2B11C
Complementary color
Monochromatic Colors of #B2B11C
Black with #B2B11C
Text Example
Text Example
White with #B2B11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B11C; }
p { color: rgb(178,177,28); }
H1.HeaderClassName
{
color: #B2B11C;
}
.AnyTagClassName
{
color: #B2B11C;
}
</style>
background-color css
<style>
a { background-color: #B2B11C; }
a { background-color: rgb(178,177,28); }
div.DivClassName
{
background-color: #B2B11C;
}
.BgClassName
{
background-color: #B2B11C;
}
</style>
border-color css
<style>
span { border-color: #B2B11C; }
span { border-color: rgb(178,177,28); }
td.TdClassName
{
border-color: #B2B11C;
}
.TagClassName
{
border-color: #B2B11C;
}
</style>