Shades of Sprout #BBCB9B
Tints of Sprout #BBCB9B
RGB
CMYK
RGB Variations
Color information
#BBCB9B (or 0xBBCB9B) is known color: Sprout. HEX triplet: BB, CB and 9B. RGB value is (187,203,155). Sum of RGB (Red+Green+Blue) = 187+203+155=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCB9B is #443464. Grayscale: #C0C0C0. Windows color (decimal): -4469861 or 10210235. OLE color: 10210235.
HSL color Cylindrical-coordinate representation of color #BBCB9B: hue angle of 80º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBCB9B is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 155 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.20 |
| HSL | 80º | 0.32% | 0.7% | - |
| HSV(B) | 80º | 0.24% | 0.8% | - |
| XYZ | 47.77 | 55.64 | 39.23 | - |
| YUV | 192.74 | 106.7 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 155 | 0.08 | 0 | 0.24 | 0.20 | 80 | 0.32 | 0.7 |
| Hex | BB | CB | 9B | 8 | 0 | 18 | 14 | 50 | 20 | 46 |
| Octal | 273 | 313 | 233 | 10 | 0 | 30 | 24 | 120 | 40 | 106 |
| Binary | 10111011 | 11001011 | 10011011 | 1000 | 0 | 11000 | 10100 | 1010000 | 100000 | 1000110 |
Color Harmonies of #BBCB9B
Complementary color
Monochromatic Colors of #BBCB9B
Black with #BBCB9B
Text Example
Text Example
White with #BBCB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB9B; }
p { color: rgb(187,203,155); }
H1.HeaderClassName
{
color: #BBCB9B;
}
.AnyTagClassName
{
color: #BBCB9B;
}
</style>
background-color css
<style>
a { background-color: #BBCB9B; }
a { background-color: rgb(187,203,155); }
div.DivClassName
{
background-color: #BBCB9B;
}
.BgClassName
{
background-color: #BBCB9B;
}
</style>
border-color css
<style>
span { border-color: #BBCB9B; }
span { border-color: rgb(187,203,155); }
td.TdClassName
{
border-color: #BBCB9B;
}
.TagClassName
{
border-color: #BBCB9B;
}
</style>