Shades of Earls Green #B7B021
Tints of Earls Green #B7B021
RGB
CMYK
RGB Variations
Color information
#B7B021 (or 0xB7B021) is known color: Earls Green. HEX triplet: B7, B0 and 21. RGB value is (183,176,33). Sum of RGB (Red+Green+Blue) = 183+176+33=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 33 (13.28% from 255 or 8.42% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B021 is #484FDE. Grayscale: #A2A2A2. Windows color (decimal): -4739039 or 2207927. OLE color: 2207927.
HSL color Cylindrical-coordinate representation of color #B7B021: hue angle of 57.2º 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 #B7B021 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 33 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.28 |
| HSL | 57.2º | 0.69% | 0.42% | - |
| HSV(B) | 57.2º | 0.82% | 0.72% | - |
| XYZ | 35.33 | 41.23 | 7.53 | - |
| YUV | 161.79 | 55.32 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 33 | 0 | 0.04 | 0.82 | 0.28 | 57.2 | 0.69 | 0.42 |
| Hex | B7 | B0 | 21 | 0 | 4 | 52 | 1C | 39 | 45 | 2A |
| Octal | 267 | 260 | 41 | 0 | 4 | 122 | 34 | 71 | 105 | 52 |
| Binary | 10110111 | 10110000 | 100001 | 0 | 100 | 1010010 | 11100 | 111001 | 1000101 | 101010 |
Color Harmonies of #B7B021
Complementary color
Monochromatic Colors of #B7B021
Black with #B7B021
Text Example
Text Example
White with #B7B021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B021; }
p { color: rgb(183,176,33); }
H1.HeaderClassName
{
color: #B7B021;
}
.AnyTagClassName
{
color: #B7B021;
}
</style>
background-color css
<style>
a { background-color: #B7B021; }
a { background-color: rgb(183,176,33); }
div.DivClassName
{
background-color: #B7B021;
}
.BgClassName
{
background-color: #B7B021;
}
</style>
border-color css
<style>
span { border-color: #B7B021; }
span { border-color: rgb(183,176,33); }
td.TdClassName
{
border-color: #B7B021;
}
.TagClassName
{
border-color: #B7B021;
}
</style>