Shades of Earls Green #B2B117
Tints of Earls Green #B2B117
RGB
CMYK
RGB Variations
Color information
#B2B117 (or 0xB2B117) is known color: Earls Green. HEX triplet: B2, B1 and 17. RGB value is (178,177,23). Sum of RGB (Red+Green+Blue) = 178+177+23=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 23 (9.38% from 255 or 6.08% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B117 is #4D4EE8. Grayscale: #A0A0A0. Windows color (decimal): -5066473 or 1552818. OLE color: 1552818.
HSL color Cylindrical-coordinate representation of color #B2B117: hue angle of 59.61º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2B117 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 177 | 23 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.30 |
| HSL | 59.61º | 0.77% | 0.39% | - |
| HSV(B) | 59.61º | 0.87% | 0.7% | - |
| XYZ | 34.24 | 40.97 | 6.91 | - |
| YUV | 159.74 | 50.83 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 23 | 0 | 0.01 | 0.87 | 0.30 | 59.61 | 0.77 | 0.39 |
| Hex | B2 | B1 | 17 | 0 | 1 | 57 | 1E | 3C | 4D | 27 |
| Octal | 262 | 261 | 27 | 0 | 1 | 127 | 36 | 74 | 115 | 47 |
| Binary | 10110010 | 10110001 | 10111 | 0 | 1 | 1010111 | 11110 | 111100 | 1001101 | 100111 |
Color Harmonies of #B2B117
Complementary color
Monochromatic Colors of #B2B117
Black with #B2B117
Text Example
Text Example
White with #B2B117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B117; }
p { color: rgb(178,177,23); }
H1.HeaderClassName
{
color: #B2B117;
}
.AnyTagClassName
{
color: #B2B117;
}
</style>
background-color css
<style>
a { background-color: #B2B117; }
a { background-color: rgb(178,177,23); }
div.DivClassName
{
background-color: #B2B117;
}
.BgClassName
{
background-color: #B2B117;
}
</style>
border-color css
<style>
span { border-color: #B2B117; }
span { border-color: rgb(178,177,23); }
td.TdClassName
{
border-color: #B2B117;
}
.TagClassName
{
border-color: #B2B117;
}
</style>