Shades of Earls Green #B7B11B
Tints of Earls Green #B7B11B
RGB
CMYK
RGB Variations
Color information
#B7B11B (or 0xB7B11B) is known color: Earls Green. HEX triplet: B7, B1 and 1B. RGB value is (183,177,27). Sum of RGB (Red+Green+Blue) = 183+177+27=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 27 (10.94% from 255 or 6.98% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B11B is #484EE4. Grayscale: #A2A2A2. Windows color (decimal): -4738789 or 1814967. OLE color: 1814967.
HSL color Cylindrical-coordinate representation of color #B7B11B: hue angle of 57.69º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7B11B is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 27 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.28 |
| HSL | 57.69º | 0.74% | 0.41% | - |
| HSV(B) | 57.69º | 0.85% | 0.72% | - |
| XYZ | 35.45 | 41.59 | 7.2 | - |
| YUV | 161.69 | 51.99 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 27 | 0 | 0.03 | 0.85 | 0.28 | 57.69 | 0.74 | 0.41 |
| Hex | B7 | B1 | 1B | 0 | 3 | 55 | 1C | 3A | 4A | 29 |
| Octal | 267 | 261 | 33 | 0 | 3 | 125 | 34 | 72 | 112 | 51 |
| Binary | 10110111 | 10110001 | 11011 | 0 | 11 | 1010101 | 11100 | 111010 | 1001010 | 101001 |
Color Harmonies of #B7B11B
Complementary color
Monochromatic Colors of #B7B11B
Black with #B7B11B
Text Example
Text Example
White with #B7B11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B11B; }
p { color: rgb(183,177,27); }
H1.HeaderClassName
{
color: #B7B11B;
}
.AnyTagClassName
{
color: #B7B11B;
}
</style>
background-color css
<style>
a { background-color: #B7B11B; }
a { background-color: rgb(183,177,27); }
div.DivClassName
{
background-color: #B7B11B;
}
.BgClassName
{
background-color: #B7B11B;
}
</style>
border-color css
<style>
span { border-color: #B7B11B; }
span { border-color: rgb(183,177,27); }
td.TdClassName
{
border-color: #B7B11B;
}
.TagClassName
{
border-color: #B7B11B;
}
</style>