Shades of Earls Green #B2B119
Tints of Earls Green #B2B119
RGB
CMYK
RGB Variations
Color information
#B2B119 (or 0xB2B119) is known color: Earls Green. HEX triplet: B2, B1 and 19. RGB value is (178,177,25). Sum of RGB (Red+Green+Blue) = 178+177+25=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 25 (10.16% from 255 or 6.58% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B119 is #4D4EE6. Grayscale: #A0A0A0. Windows color (decimal): -5066471 or 1683890. OLE color: 1683890.
HSL color Cylindrical-coordinate representation of color #B2B119: hue angle of 59.61º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2B119 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 177 | 25 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.30 |
| HSL | 59.61º | 0.75% | 0.4% | - |
| HSV(B) | 59.61º | 0.86% | 0.7% | - |
| XYZ | 34.26 | 40.98 | 7.02 | - |
| YUV | 159.97 | 51.83 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 25 | 0 | 0.01 | 0.86 | 0.30 | 59.61 | 0.75 | 0.4 |
| Hex | B2 | B1 | 19 | 0 | 1 | 56 | 1E | 3C | 4B | 28 |
| Octal | 262 | 261 | 31 | 0 | 1 | 126 | 36 | 74 | 113 | 50 |
| Binary | 10110010 | 10110001 | 11001 | 0 | 1 | 1010110 | 11110 | 111100 | 1001011 | 101000 |
Color Harmonies of #B2B119
Complementary color
Monochromatic Colors of #B2B119
Black with #B2B119
Text Example
Text Example
White with #B2B119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B119; }
p { color: rgb(178,177,25); }
H1.HeaderClassName
{
color: #B2B119;
}
.AnyTagClassName
{
color: #B2B119;
}
</style>
background-color css
<style>
a { background-color: #B2B119; }
a { background-color: rgb(178,177,25); }
div.DivClassName
{
background-color: #B2B119;
}
.BgClassName
{
background-color: #B2B119;
}
</style>
border-color css
<style>
span { border-color: #B2B119; }
span { border-color: rgb(178,177,25); }
td.TdClassName
{
border-color: #B2B119;
}
.TagClassName
{
border-color: #B2B119;
}
</style>