Shades of Earls Green #B9B117
Tints of Earls Green #B9B117
RGB
CMYK
RGB Variations
Color information
#B9B117 (or 0xB9B117) is known color: Earls Green. HEX triplet: B9, B1 and 17. RGB value is (185,177,23). Sum of RGB (Red+Green+Blue) = 185+177+23=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9B117 is #464EE8. Grayscale: #A2A2A2. Windows color (decimal): -4607721 or 1552825. OLE color: 1552825.
HSL color Cylindrical-coordinate representation of color #B9B117: hue angle of 57.04º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B9B117 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 177 | 23 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.27 |
| HSL | 57.04º | 0.78% | 0.41% | - |
| HSV(B) | 57.04º | 0.88% | 0.73% | - |
| XYZ | 35.88 | 41.82 | 6.99 | - |
| YUV | 161.84 | 49.65 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 177 | 23 | 0 | 0.04 | 0.88 | 0.27 | 57.04 | 0.78 | 0.41 |
| Hex | B9 | B1 | 17 | 0 | 4 | 58 | 1B | 39 | 4E | 29 |
| Octal | 271 | 261 | 27 | 0 | 4 | 130 | 33 | 71 | 116 | 51 |
| Binary | 10111001 | 10110001 | 10111 | 0 | 100 | 1011000 | 11011 | 111001 | 1001110 | 101001 |
Color Harmonies of #B9B117
Complementary color
Monochromatic Colors of #B9B117
Black with #B9B117
Text Example
Text Example
White with #B9B117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B117; }
p { color: rgb(185,177,23); }
H1.HeaderClassName
{
color: #B9B117;
}
.AnyTagClassName
{
color: #B9B117;
}
</style>
background-color css
<style>
a { background-color: #B9B117; }
a { background-color: rgb(185,177,23); }
div.DivClassName
{
background-color: #B9B117;
}
.BgClassName
{
background-color: #B9B117;
}
</style>
border-color css
<style>
span { border-color: #B9B117; }
span { border-color: rgb(185,177,23); }
td.TdClassName
{
border-color: #B9B117;
}
.TagClassName
{
border-color: #B9B117;
}
</style>