Shades of Earls Green #BBB117
Tints of Earls Green #BBB117
RGB
CMYK
RGB Variations
Color information
#BBB117 (or 0xBBB117) is known color: Earls Green. HEX triplet: BB, B1 and 17. RGB value is (187,177,23). Sum of RGB (Red+Green+Blue) = 187+177+23=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 23 (9.38% from 255 or 5.94% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB117 is #444EE8. Grayscale: #A3A3A3. Windows color (decimal): -4476649 or 1552827. OLE color: 1552827.
HSL color Cylindrical-coordinate representation of color #BBB117: hue angle of 56.34º 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 #BBB117 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 23 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.27 |
| HSL | 56.34º | 0.78% | 0.41% | - |
| HSV(B) | 56.34º | 0.88% | 0.73% | - |
| XYZ | 36.37 | 42.07 | 7.01 | - |
| YUV | 162.43 | 49.31 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 23 | 0 | 0.05 | 0.88 | 0.27 | 56.34 | 0.78 | 0.41 |
| Hex | BB | B1 | 17 | 0 | 5 | 58 | 1B | 38 | 4E | 29 |
| Octal | 273 | 261 | 27 | 0 | 5 | 130 | 33 | 70 | 116 | 51 |
| Binary | 10111011 | 10110001 | 10111 | 0 | 101 | 1011000 | 11011 | 111000 | 1001110 | 101001 |
Color Harmonies of #BBB117
Complementary color
Monochromatic Colors of #BBB117
Black with #BBB117
Text Example
Text Example
White with #BBB117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB117; }
p { color: rgb(187,177,23); }
H1.HeaderClassName
{
color: #BBB117;
}
.AnyTagClassName
{
color: #BBB117;
}
</style>
background-color css
<style>
a { background-color: #BBB117; }
a { background-color: rgb(187,177,23); }
div.DivClassName
{
background-color: #BBB117;
}
.BgClassName
{
background-color: #BBB117;
}
</style>
border-color css
<style>
span { border-color: #BBB117; }
span { border-color: rgb(187,177,23); }
td.TdClassName
{
border-color: #BBB117;
}
.TagClassName
{
border-color: #BBB117;
}
</style>