Shades of Earls Green #B7B21E
Tints of Earls Green #B7B21E
RGB
CMYK
RGB Variations
Color information
#B7B21E (or 0xB7B21E) is known color: Earls Green. HEX triplet: B7, B2 and 1E. RGB value is (183,178,30). Sum of RGB (Red+Green+Blue) = 183+178+30=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B21E is #484DE1. Grayscale: #A3A3A3. Windows color (decimal): -4738530 or 2011831. OLE color: 2011831.
HSL color Cylindrical-coordinate representation of color #B7B21E: hue angle of 58.04º degrees, saturation: 0.72, 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 #B7B21E is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 30 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.28 |
| HSL | 58.04º | 0.72% | 0.42% | - |
| HSV(B) | 58.04º | 0.84% | 0.72% | - |
| XYZ | 35.68 | 42 | 7.45 | - |
| YUV | 162.62 | 53.16 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 30 | 0 | 0.03 | 0.84 | 0.28 | 58.04 | 0.72 | 0.42 |
| Hex | B7 | B2 | 1E | 0 | 3 | 54 | 1C | 3A | 48 | 2A |
| Octal | 267 | 262 | 36 | 0 | 3 | 124 | 34 | 72 | 110 | 52 |
| Binary | 10110111 | 10110010 | 11110 | 0 | 11 | 1010100 | 11100 | 111010 | 1001000 | 101010 |
Color Harmonies of #B7B21E
Complementary color
Monochromatic Colors of #B7B21E
Black with #B7B21E
Text Example
Text Example
White with #B7B21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B21E; }
p { color: rgb(183,178,30); }
H1.HeaderClassName
{
color: #B7B21E;
}
.AnyTagClassName
{
color: #B7B21E;
}
</style>
background-color css
<style>
a { background-color: #B7B21E; }
a { background-color: rgb(183,178,30); }
div.DivClassName
{
background-color: #B7B21E;
}
.BgClassName
{
background-color: #B7B21E;
}
</style>
border-color css
<style>
span { border-color: #B7B21E; }
span { border-color: rgb(183,178,30); }
td.TdClassName
{
border-color: #B7B21E;
}
.TagClassName
{
border-color: #B7B21E;
}
</style>