Shades of Earls Green #B7B11E
Tints of Earls Green #B7B11E
RGB
CMYK
RGB Variations
Color information
#B7B11E (or 0xB7B11E) is known color: Earls Green. HEX triplet: B7, B1 and 1E. RGB value is (183,177,30). Sum of RGB (Red+Green+Blue) = 183+177+30=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 30 (12.11% from 255 or 7.69% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B11E is #484EE1. Grayscale: #A2A2A2. Windows color (decimal): -4738786 or 2011575. OLE color: 2011575.
HSL color Cylindrical-coordinate representation of color #B7B11E: hue angle of 57.65º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7B11E is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 30 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.28 |
| HSL | 57.65º | 0.72% | 0.42% | - |
| HSV(B) | 57.65º | 0.84% | 0.72% | - |
| XYZ | 35.48 | 41.61 | 7.39 | - |
| YUV | 162.04 | 53.49 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 30 | 0 | 0.03 | 0.84 | 0.28 | 57.65 | 0.72 | 0.42 |
| Hex | B7 | B1 | 1E | 0 | 3 | 54 | 1C | 3A | 48 | 2A |
| Octal | 267 | 261 | 36 | 0 | 3 | 124 | 34 | 72 | 110 | 52 |
| Binary | 10110111 | 10110001 | 11110 | 0 | 11 | 1010100 | 11100 | 111010 | 1001000 | 101010 |
Color Harmonies of #B7B11E
Complementary color
Monochromatic Colors of #B7B11E
Black with #B7B11E
Text Example
Text Example
White with #B7B11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B11E; }
p { color: rgb(183,177,30); }
H1.HeaderClassName
{
color: #B7B11E;
}
.AnyTagClassName
{
color: #B7B11E;
}
</style>
background-color css
<style>
a { background-color: #B7B11E; }
a { background-color: rgb(183,177,30); }
div.DivClassName
{
background-color: #B7B11E;
}
.BgClassName
{
background-color: #B7B11E;
}
</style>
border-color css
<style>
span { border-color: #B7B11E; }
span { border-color: rgb(183,177,30); }
td.TdClassName
{
border-color: #B7B11E;
}
.TagClassName
{
border-color: #B7B11E;
}
</style>