Shades of Earls Green #B1B11E
Tints of Earls Green #B1B11E
RGB
CMYK
RGB Variations
Color information
#B1B11E (or 0xB1B11E) is known color: Earls Green. HEX triplet: B1, B1 and 1E. RGB value is (177,177,30). Sum of RGB (Red+Green+Blue) = 177+177+30=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B11E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B11E is #4E4EE1. Grayscale: #A0A0A0. Windows color (decimal): -5132002 or 2011569. OLE color: 2011569.
HSL color Cylindrical-coordinate representation of color #B1B11E: hue angle of 60º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B1B11E is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 177 | 30 | - |
| CMYK | 0 | 0 | 0.83 | 0.31 |
| HSL | 60º | 0.71% | 0.41% | - |
| HSV(B) | 60º | 0.83% | 0.69% | - |
| XYZ | 34.09 | 40.89 | 7.32 | - |
| YUV | 160.24 | 54.5 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 177 | 30 | 0 | 0 | 0.83 | 0.31 | 60 | 0.71 | 0.41 |
| Hex | B1 | B1 | 1E | 0 | 0 | 53 | 1F | 3C | 47 | 29 |
| Octal | 261 | 261 | 36 | 0 | 0 | 123 | 37 | 74 | 107 | 51 |
| Binary | 10110001 | 10110001 | 11110 | 0 | 0 | 1010011 | 11111 | 111100 | 1000111 | 101001 |
Color Harmonies of #B1B11E
Complementary color
Monochromatic Colors of #B1B11E
Black with #B1B11E
Text Example
Text Example
White with #B1B11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B11E; }
p { color: rgb(177,177,30); }
H1.HeaderClassName
{
color: #B1B11E;
}
.AnyTagClassName
{
color: #B1B11E;
}
</style>
background-color css
<style>
a { background-color: #B1B11E; }
a { background-color: rgb(177,177,30); }
div.DivClassName
{
background-color: #B1B11E;
}
.BgClassName
{
background-color: #B1B11E;
}
</style>
border-color css
<style>
span { border-color: #B1B11E; }
span { border-color: rgb(177,177,30); }
td.TdClassName
{
border-color: #B1B11E;
}
.TagClassName
{
border-color: #B1B11E;
}
</style>