Shades of Earls Green #B7B019
Tints of Earls Green #B7B019
RGB
CMYK
RGB Variations
Color information
#B7B019 (or 0xB7B019) is known color: Earls Green. HEX triplet: B7, B0 and 19. RGB value is (183,176,25). Sum of RGB (Red+Green+Blue) = 183+176+25=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B019 is #484FE6. Grayscale: #A1A1A1. Windows color (decimal): -4739047 or 1683639. OLE color: 1683639.
HSL color Cylindrical-coordinate representation of color #B7B019: hue angle of 57.34º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7B019 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 25 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.28 |
| HSL | 57.34º | 0.76% | 0.41% | - |
| HSV(B) | 57.34º | 0.86% | 0.72% | - |
| XYZ | 35.23 | 41.19 | 7.01 | - |
| YUV | 160.88 | 51.32 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 25 | 0 | 0.04 | 0.86 | 0.28 | 57.34 | 0.76 | 0.41 |
| Hex | B7 | B0 | 19 | 0 | 4 | 56 | 1C | 39 | 4C | 29 |
| Octal | 267 | 260 | 31 | 0 | 4 | 126 | 34 | 71 | 114 | 51 |
| Binary | 10110111 | 10110000 | 11001 | 0 | 100 | 1010110 | 11100 | 111001 | 1001100 | 101001 |
Color Harmonies of #B7B019
Complementary color
Monochromatic Colors of #B7B019
Black with #B7B019
Text Example
Text Example
White with #B7B019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B019; }
p { color: rgb(183,176,25); }
H1.HeaderClassName
{
color: #B7B019;
}
.AnyTagClassName
{
color: #B7B019;
}
</style>
background-color css
<style>
a { background-color: #B7B019; }
a { background-color: rgb(183,176,25); }
div.DivClassName
{
background-color: #B7B019;
}
.BgClassName
{
background-color: #B7B019;
}
</style>
border-color css
<style>
span { border-color: #B7B019; }
span { border-color: rgb(183,176,25); }
td.TdClassName
{
border-color: #B7B019;
}
.TagClassName
{
border-color: #B7B019;
}
</style>