Shades of Earls Green #BBB115
Tints of Earls Green #BBB115
RGB
CMYK
RGB Variations
Color information
#BBB115 (or 0xBBB115) is known color: Earls Green. HEX triplet: BB, B1 and 15. RGB value is (187,177,21). Sum of RGB (Red+Green+Blue) = 187+177+21=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB115 is #444EEA. Grayscale: #A2A2A2. Windows color (decimal): -4476651 or 1421755. OLE color: 1421755.
HSL color Cylindrical-coordinate representation of color #BBB115: hue angle of 56.39º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBB115 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 21 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.27 |
| HSL | 56.39º | 0.8% | 0.41% | - |
| HSV(B) | 56.39º | 0.89% | 0.73% | - |
| XYZ | 36.35 | 42.06 | 6.91 | - |
| YUV | 162.21 | 48.31 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 21 | 0 | 0.05 | 0.89 | 0.27 | 56.39 | 0.8 | 0.41 |
| Hex | BB | B1 | 15 | 0 | 5 | 59 | 1B | 38 | 50 | 29 |
| Octal | 273 | 261 | 25 | 0 | 5 | 131 | 33 | 70 | 120 | 51 |
| Binary | 10111011 | 10110001 | 10101 | 0 | 101 | 1011001 | 11011 | 111000 | 1010000 | 101001 |
Color Harmonies of #BBB115
Complementary color
Monochromatic Colors of #BBB115
Black with #BBB115
Text Example
Text Example
White with #BBB115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB115; }
p { color: rgb(187,177,21); }
H1.HeaderClassName
{
color: #BBB115;
}
.AnyTagClassName
{
color: #BBB115;
}
</style>
background-color css
<style>
a { background-color: #BBB115; }
a { background-color: rgb(187,177,21); }
div.DivClassName
{
background-color: #BBB115;
}
.BgClassName
{
background-color: #BBB115;
}
</style>
border-color css
<style>
span { border-color: #BBB115; }
span { border-color: rgb(187,177,21); }
td.TdClassName
{
border-color: #BBB115;
}
.TagClassName
{
border-color: #BBB115;
}
</style>