Shades of Earls Green #B7B221
Tints of Earls Green #B7B221
RGB
CMYK
RGB Variations
Color information
#B7B221 (or 0xB7B221) is known color: Earls Green. HEX triplet: B7, B2 and 21. RGB value is (183,178,33). Sum of RGB (Red+Green+Blue) = 183+178+33=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 33 (13.28% from 255 or 8.38% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B221 is #484DDE. Grayscale: #A3A3A3. Windows color (decimal): -4738527 or 2208439. OLE color: 2208439.
HSL color Cylindrical-coordinate representation of color #B7B221: hue angle of 58º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B7B221 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 33 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.28 |
| HSL | 58º | 0.69% | 0.42% | - |
| HSV(B) | 58º | 0.82% | 0.72% | - |
| XYZ | 35.72 | 42.02 | 7.67 | - |
| YUV | 162.97 | 54.66 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 33 | 0 | 0.03 | 0.82 | 0.28 | 58 | 0.69 | 0.42 |
| Hex | B7 | B2 | 21 | 0 | 3 | 52 | 1C | 3A | 45 | 2A |
| Octal | 267 | 262 | 41 | 0 | 3 | 122 | 34 | 72 | 105 | 52 |
| Binary | 10110111 | 10110010 | 100001 | 0 | 11 | 1010010 | 11100 | 111010 | 1000101 | 101010 |
Color Harmonies of #B7B221
Complementary color
Monochromatic Colors of #B7B221
Black with #B7B221
Text Example
Text Example
White with #B7B221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B221; }
p { color: rgb(183,178,33); }
H1.HeaderClassName
{
color: #B7B221;
}
.AnyTagClassName
{
color: #B7B221;
}
</style>
background-color css
<style>
a { background-color: #B7B221; }
a { background-color: rgb(183,178,33); }
div.DivClassName
{
background-color: #B7B221;
}
.BgClassName
{
background-color: #B7B221;
}
</style>
border-color css
<style>
span { border-color: #B7B221; }
span { border-color: rgb(183,178,33); }
td.TdClassName
{
border-color: #B7B221;
}
.TagClassName
{
border-color: #B7B221;
}
</style>