Shades of Sprout #BBCB9F
Tints of Sprout #BBCB9F
RGB
CMYK
RGB Variations
Color information
#BBCB9F (or 0xBBCB9F) is known color: Sprout. HEX triplet: BB, CB and 9F. RGB value is (187,203,159). Sum of RGB (Red+Green+Blue) = 187+203+159=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCB9F is #443460. Grayscale: #C1C1C1. Windows color (decimal): -4469857 or 10472379. OLE color: 10472379.
HSL color Cylindrical-coordinate representation of color #BBCB9F: hue angle of 81.82º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBCB9F is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 159 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.20 |
| HSL | 81.82º | 0.3% | 0.71% | - |
| HSV(B) | 81.82º | 0.22% | 0.8% | - |
| XYZ | 48.11 | 55.78 | 41.03 | - |
| YUV | 193.2 | 108.7 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 159 | 0.08 | 0 | 0.22 | 0.20 | 81.82 | 0.3 | 0.71 |
| Hex | BB | CB | 9F | 8 | 0 | 16 | 14 | 52 | 1E | 47 |
| Octal | 273 | 313 | 237 | 10 | 0 | 26 | 24 | 122 | 36 | 107 |
| Binary | 10111011 | 11001011 | 10011111 | 1000 | 0 | 10110 | 10100 | 1010010 | 11110 | 1000111 |
Color Harmonies of #BBCB9F
Complementary color
Monochromatic Colors of #BBCB9F
Black with #BBCB9F
Text Example
Text Example
White with #BBCB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB9F; }
p { color: rgb(187,203,159); }
H1.HeaderClassName
{
color: #BBCB9F;
}
.AnyTagClassName
{
color: #BBCB9F;
}
</style>
background-color css
<style>
a { background-color: #BBCB9F; }
a { background-color: rgb(187,203,159); }
div.DivClassName
{
background-color: #BBCB9F;
}
.BgClassName
{
background-color: #BBCB9F;
}
</style>
border-color css
<style>
span { border-color: #BBCB9F; }
span { border-color: rgb(187,203,159); }
td.TdClassName
{
border-color: #BBCB9F;
}
.TagClassName
{
border-color: #BBCB9F;
}
</style>