Shades of Earls Green #B7B031
Tints of Earls Green #B7B031
RGB
CMYK
RGB Variations
Color information
#B7B031 (or 0xB7B031) is known color: Earls Green. HEX triplet: B7, B0 and 31. RGB value is (183,176,49). Sum of RGB (Red+Green+Blue) = 183+176+49=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B031 is #484FCE. Grayscale: #A4A4A4. Windows color (decimal): -4739023 or 3256503. OLE color: 3256503.
HSL color Cylindrical-coordinate representation of color #B7B031: hue angle of 56.87º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7B031 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 49 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.28 |
| HSL | 56.87º | 0.58% | 0.45% | - |
| HSV(B) | 56.87º | 0.73% | 0.72% | - |
| XYZ | 35.61 | 41.34 | 9.01 | - |
| YUV | 163.62 | 63.32 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 49 | 0 | 0.04 | 0.73 | 0.28 | 56.87 | 0.58 | 0.45 |
| Hex | B7 | B0 | 31 | 0 | 4 | 49 | 1C | 39 | 3A | 2D |
| Octal | 267 | 260 | 61 | 0 | 4 | 111 | 34 | 71 | 72 | 55 |
| Binary | 10110111 | 10110000 | 110001 | 0 | 100 | 1001001 | 11100 | 111001 | 111010 | 101101 |
Color Harmonies of #B7B031
Complementary color
Monochromatic Colors of #B7B031
Black with #B7B031
Text Example
Text Example
White with #B7B031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B031; }
p { color: rgb(183,176,49); }
H1.HeaderClassName
{
color: #B7B031;
}
.AnyTagClassName
{
color: #B7B031;
}
</style>
background-color css
<style>
a { background-color: #B7B031; }
a { background-color: rgb(183,176,49); }
div.DivClassName
{
background-color: #B7B031;
}
.BgClassName
{
background-color: #B7B031;
}
</style>
border-color css
<style>
span { border-color: #B7B031; }
span { border-color: rgb(183,176,49); }
td.TdClassName
{
border-color: #B7B031;
}
.TagClassName
{
border-color: #B7B031;
}
</style>