Shades of Sprout #BBC59F
Tints of Sprout #BBC59F
RGB
CMYK
RGB Variations
Color information
#BBC59F (or 0xBBC59F) is known color: Sprout. HEX triplet: BB, C5 and 9F. RGB value is (187,197,159). Sum of RGB (Red+Green+Blue) = 187+197+159=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC59F is #443A60. Grayscale: #BDBDBD. Windows color (decimal): -4471393 or 10470843. OLE color: 10470843.
HSL color Cylindrical-coordinate representation of color #BBC59F: hue angle of 75.79º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBC59F is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 159 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.23 |
| HSL | 75.79º | 0.25% | 0.7% | - |
| HSV(B) | 75.79º | 0.19% | 0.77% | - |
| XYZ | 46.72 | 53 | 40.57 | - |
| YUV | 189.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 159 | 0.05 | 0 | 0.19 | 0.23 | 75.79 | 0.25 | 0.7 |
| Hex | BB | C5 | 9F | 5 | 0 | 13 | 17 | 4C | 19 | 46 |
| Octal | 273 | 305 | 237 | 5 | 0 | 23 | 27 | 114 | 31 | 106 |
| Binary | 10111011 | 11000101 | 10011111 | 101 | 0 | 10011 | 10111 | 1001100 | 11001 | 1000110 |
Color Harmonies of #BBC59F
Complementary color
Monochromatic Colors of #BBC59F
Black with #BBC59F
Text Example
Text Example
White with #BBC59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC59F; }
p { color: rgb(187,197,159); }
H1.HeaderClassName
{
color: #BBC59F;
}
.AnyTagClassName
{
color: #BBC59F;
}
</style>
background-color css
<style>
a { background-color: #BBC59F; }
a { background-color: rgb(187,197,159); }
div.DivClassName
{
background-color: #BBC59F;
}
.BgClassName
{
background-color: #BBC59F;
}
</style>
border-color css
<style>
span { border-color: #BBC59F; }
span { border-color: rgb(187,197,159); }
td.TdClassName
{
border-color: #BBC59F;
}
.TagClassName
{
border-color: #BBC59F;
}
</style>