Shades of Earls Green #B1B11C
Tints of Earls Green #B1B11C
RGB
CMYK
RGB Variations
Color information
#B1B11C (or 0xB1B11C) is known color: Earls Green. HEX triplet: B1, B1 and 1C. RGB value is (177,177,28). Sum of RGB (Red+Green+Blue) = 177+177+28=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B11C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B11C is #4E4EE3. Grayscale: #A0A0A0. Windows color (decimal): -5132004 or 1880497. OLE color: 1880497.
HSL color Cylindrical-coordinate representation of color #B1B11C: hue angle of 60º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1B11C is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 177 | 28 | - |
| CMYK | 0 | 0 | 0.84 | 0.31 |
| HSL | 60º | 0.73% | 0.4% | - |
| HSV(B) | 60º | 0.84% | 0.69% | - |
| XYZ | 34.06 | 40.88 | 7.19 | - |
| YUV | 160.01 | 53.5 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 177 | 28 | 0 | 0 | 0.84 | 0.31 | 60 | 0.73 | 0.4 |
| Hex | B1 | B1 | 1C | 0 | 0 | 54 | 1F | 3C | 49 | 28 |
| Octal | 261 | 261 | 34 | 0 | 0 | 124 | 37 | 74 | 111 | 50 |
| Binary | 10110001 | 10110001 | 11100 | 0 | 0 | 1010100 | 11111 | 111100 | 1001001 | 101000 |
Color Harmonies of #B1B11C
Complementary color
Monochromatic Colors of #B1B11C
Black with #B1B11C
Text Example
Text Example
White with #B1B11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B11C; }
p { color: rgb(177,177,28); }
H1.HeaderClassName
{
color: #B1B11C;
}
.AnyTagClassName
{
color: #B1B11C;
}
</style>
background-color css
<style>
a { background-color: #B1B11C; }
a { background-color: rgb(177,177,28); }
div.DivClassName
{
background-color: #B1B11C;
}
.BgClassName
{
background-color: #B1B11C;
}
</style>
border-color css
<style>
span { border-color: #B1B11C; }
span { border-color: rgb(177,177,28); }
td.TdClassName
{
border-color: #B1B11C;
}
.TagClassName
{
border-color: #B1B11C;
}
</style>