Shades of Earls Green #B7B11D
Tints of Earls Green #B7B11D
RGB
CMYK
RGB Variations
Color information
#B7B11D (or 0xB7B11D) is known color: Earls Green. HEX triplet: B7, B1 and 1D. RGB value is (183,177,29). Sum of RGB (Red+Green+Blue) = 183+177+29=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B11D is #484EE2. Grayscale: #A2A2A2. Windows color (decimal): -4738787 or 1946039. OLE color: 1946039.
HSL color Cylindrical-coordinate representation of color #B7B11D: hue angle of 57.66º degrees, saturation: 0.73, 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 #B7B11D is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 29 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.28 |
| HSL | 57.66º | 0.73% | 0.42% | - |
| HSV(B) | 57.66º | 0.84% | 0.72% | - |
| XYZ | 35.47 | 41.6 | 7.32 | - |
| YUV | 161.92 | 52.99 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 29 | 0 | 0.03 | 0.84 | 0.28 | 57.66 | 0.73 | 0.42 |
| Hex | B7 | B1 | 1D | 0 | 3 | 54 | 1C | 3A | 49 | 2A |
| Octal | 267 | 261 | 35 | 0 | 3 | 124 | 34 | 72 | 111 | 52 |
| Binary | 10110111 | 10110001 | 11101 | 0 | 11 | 1010100 | 11100 | 111010 | 1001001 | 101010 |
Color Harmonies of #B7B11D
Complementary color
Monochromatic Colors of #B7B11D
Black with #B7B11D
Text Example
Text Example
White with #B7B11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B11D; }
p { color: rgb(183,177,29); }
H1.HeaderClassName
{
color: #B7B11D;
}
.AnyTagClassName
{
color: #B7B11D;
}
</style>
background-color css
<style>
a { background-color: #B7B11D; }
a { background-color: rgb(183,177,29); }
div.DivClassName
{
background-color: #B7B11D;
}
.BgClassName
{
background-color: #B7B11D;
}
</style>
border-color css
<style>
span { border-color: #B7B11D; }
span { border-color: rgb(183,177,29); }
td.TdClassName
{
border-color: #B7B11D;
}
.TagClassName
{
border-color: #B7B11D;
}
</style>