Shades of Earls Green #BBB017
Tints of Earls Green #BBB017
RGB
CMYK
RGB Variations
Color information
#BBB017 (or 0xBBB017) is known color: Earls Green. HEX triplet: BB, B0 and 17. RGB value is (187,176,23). Sum of RGB (Red+Green+Blue) = 187+176+23=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 23 (9.38% from 255 or 5.96% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB017 is #444FE8. Grayscale: #A2A2A2. Windows color (decimal): -4476905 or 1552571. OLE color: 1552571.
HSL color Cylindrical-coordinate representation of color #BBB017: hue angle of 55.98º 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 #BBB017 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 23 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.27 |
| HSL | 55.98º | 0.78% | 0.41% | - |
| HSV(B) | 55.98º | 0.88% | 0.73% | - |
| XYZ | 36.17 | 41.68 | 6.95 | - |
| YUV | 161.85 | 49.64 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 23 | 0 | 0.06 | 0.88 | 0.27 | 55.98 | 0.78 | 0.41 |
| Hex | BB | B0 | 17 | 0 | 6 | 58 | 1B | 38 | 4E | 29 |
| Octal | 273 | 260 | 27 | 0 | 6 | 130 | 33 | 70 | 116 | 51 |
| Binary | 10111011 | 10110000 | 10111 | 0 | 110 | 1011000 | 11011 | 111000 | 1001110 | 101001 |
Color Harmonies of #BBB017
Complementary color
Monochromatic Colors of #BBB017
Black with #BBB017
Text Example
Text Example
White with #BBB017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB017; }
p { color: rgb(187,176,23); }
H1.HeaderClassName
{
color: #BBB017;
}
.AnyTagClassName
{
color: #BBB017;
}
</style>
background-color css
<style>
a { background-color: #BBB017; }
a { background-color: rgb(187,176,23); }
div.DivClassName
{
background-color: #BBB017;
}
.BgClassName
{
background-color: #BBB017;
}
</style>
border-color css
<style>
span { border-color: #BBB017; }
span { border-color: rgb(187,176,23); }
td.TdClassName
{
border-color: #BBB017;
}
.TagClassName
{
border-color: #BBB017;
}
</style>