Shades of Earls Green #B7B931
Tints of Earls Green #B7B931
RGB
CMYK
RGB Variations
Color information
#B7B931 (or 0xB7B931) is known color: Earls Green. HEX triplet: B7, B9 and 31. RGB value is (183,185,49). Sum of RGB (Red+Green+Blue) = 183+185+49=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B931 is #4846CE. Grayscale: #A9A9A9. Windows color (decimal): -4736719 or 3258807. OLE color: 3258807.
HSL color Cylindrical-coordinate representation of color #B7B931: hue angle of 60.88º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7B931 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 185 | 49 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.27 |
| HSL | 60.88º | 0.58% | 0.46% | - |
| HSV(B) | 60.88º | 0.74% | 0.73% | - |
| XYZ | 37.43 | 44.99 | 9.62 | - |
| YUV | 168.9 | 60.34 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 185 | 49 | 0.01 | 0 | 0.74 | 0.27 | 60.88 | 0.58 | 0.46 |
| Hex | B7 | B9 | 31 | 1 | 0 | 4A | 1B | 3D | 3A | 2E |
| Octal | 267 | 271 | 61 | 1 | 0 | 112 | 33 | 75 | 72 | 56 |
| Binary | 10110111 | 10111001 | 110001 | 1 | 0 | 1001010 | 11011 | 111101 | 111010 | 101110 |
Color Harmonies of #B7B931
Complementary color
Monochromatic Colors of #B7B931
Black with #B7B931
Text Example
Text Example
White with #B7B931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B931; }
p { color: rgb(183,185,49); }
H1.HeaderClassName
{
color: #B7B931;
}
.AnyTagClassName
{
color: #B7B931;
}
</style>
background-color css
<style>
a { background-color: #B7B931; }
a { background-color: rgb(183,185,49); }
div.DivClassName
{
background-color: #B7B931;
}
.BgClassName
{
background-color: #B7B931;
}
</style>
border-color css
<style>
span { border-color: #B7B931; }
span { border-color: rgb(183,185,49); }
td.TdClassName
{
border-color: #B7B931;
}
.TagClassName
{
border-color: #B7B931;
}
</style>