Shades of Earls Green #B7B119
Tints of Earls Green #B7B119
RGB
CMYK
RGB Variations
Color information
#B7B119 (or 0xB7B119) is known color: Earls Green. HEX triplet: B7, B1 and 19. RGB value is (183,177,25). Sum of RGB (Red+Green+Blue) = 183+177+25=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B119 is #484EE6. Grayscale: #A2A2A2. Windows color (decimal): -4738791 or 1683895. OLE color: 1683895.
HSL color Cylindrical-coordinate representation of color #B7B119: hue angle of 57.72º 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 #B7B119 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 25 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.28 |
| HSL | 57.72º | 0.76% | 0.41% | - |
| HSV(B) | 57.72º | 0.86% | 0.72% | - |
| XYZ | 35.43 | 41.58 | 7.08 | - |
| YUV | 161.47 | 50.99 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 25 | 0 | 0.03 | 0.86 | 0.28 | 57.72 | 0.76 | 0.41 |
| Hex | B7 | B1 | 19 | 0 | 3 | 56 | 1C | 3A | 4C | 29 |
| Octal | 267 | 261 | 31 | 0 | 3 | 126 | 34 | 72 | 114 | 51 |
| Binary | 10110111 | 10110001 | 11001 | 0 | 11 | 1010110 | 11100 | 111010 | 1001100 | 101001 |
Color Harmonies of #B7B119
Complementary color
Monochromatic Colors of #B7B119
Black with #B7B119
Text Example
Text Example
White with #B7B119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B119; }
p { color: rgb(183,177,25); }
H1.HeaderClassName
{
color: #B7B119;
}
.AnyTagClassName
{
color: #B7B119;
}
</style>
background-color css
<style>
a { background-color: #B7B119; }
a { background-color: rgb(183,177,25); }
div.DivClassName
{
background-color: #B7B119;
}
.BgClassName
{
background-color: #B7B119;
}
</style>
border-color css
<style>
span { border-color: #B7B119; }
span { border-color: rgb(183,177,25); }
td.TdClassName
{
border-color: #B7B119;
}
.TagClassName
{
border-color: #B7B119;
}
</style>