Shades of Sprout #BBCB97
Tints of Sprout #BBCB97
RGB
CMYK
RGB Variations
Color information
#BBCB97 (or 0xBBCB97) is known color: Sprout. HEX triplet: BB, CB and 97. RGB value is (187,203,151). Sum of RGB (Red+Green+Blue) = 187+203+151=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 151 (59.38% from 255 or 27.91% from 541); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCB97 is #443468. Grayscale: #C0C0C0. Windows color (decimal): -4469865 or 9948091. OLE color: 9948091.
HSL color Cylindrical-coordinate representation of color #BBCB97: hue angle of 78.46º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBCB97 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 151 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.20 |
| HSL | 78.46º | 0.33% | 0.69% | - |
| HSV(B) | 78.46º | 0.26% | 0.8% | - |
| XYZ | 47.44 | 55.51 | 37.49 | - |
| YUV | 192.29 | 104.7 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 151 | 0.08 | 0 | 0.26 | 0.20 | 78.46 | 0.33 | 0.69 |
| Hex | BB | CB | 97 | 8 | 0 | 1A | 14 | 4E | 21 | 45 |
| Octal | 273 | 313 | 227 | 10 | 0 | 32 | 24 | 116 | 41 | 105 |
| Binary | 10111011 | 11001011 | 10010111 | 1000 | 0 | 11010 | 10100 | 1001110 | 100001 | 1000101 |
Color Harmonies of #BBCB97
Complementary color
Monochromatic Colors of #BBCB97
Black with #BBCB97
Text Example
Text Example
White with #BBCB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB97; }
p { color: rgb(187,203,151); }
H1.HeaderClassName
{
color: #BBCB97;
}
.AnyTagClassName
{
color: #BBCB97;
}
</style>
background-color css
<style>
a { background-color: #BBCB97; }
a { background-color: rgb(187,203,151); }
div.DivClassName
{
background-color: #BBCB97;
}
.BgClassName
{
background-color: #BBCB97;
}
</style>
border-color css
<style>
span { border-color: #BBCB97; }
span { border-color: rgb(187,203,151); }
td.TdClassName
{
border-color: #BBCB97;
}
.TagClassName
{
border-color: #BBCB97;
}
</style>