Shades of Sprout #BBCB9D
Tints of Sprout #BBCB9D
RGB
CMYK
RGB Variations
Color information
#BBCB9D (or 0xBBCB9D) is known color: Sprout. HEX triplet: BB, CB and 9D. RGB value is (187,203,157). Sum of RGB (Red+Green+Blue) = 187+203+157=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCB9D is #443462. Grayscale: #C1C1C1. Windows color (decimal): -4469859 or 10341307. OLE color: 10341307.
HSL color Cylindrical-coordinate representation of color #BBCB9D: hue angle of 80.87º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBCB9D is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 157 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.20 |
| HSL | 80.87º | 0.31% | 0.71% | - |
| HSV(B) | 80.87º | 0.23% | 0.8% | - |
| XYZ | 47.94 | 55.71 | 40.13 | - |
| YUV | 192.97 | 107.7 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 157 | 0.08 | 0 | 0.23 | 0.20 | 80.87 | 0.31 | 0.71 |
| Hex | BB | CB | 9D | 8 | 0 | 17 | 14 | 51 | 1F | 47 |
| Octal | 273 | 313 | 235 | 10 | 0 | 27 | 24 | 121 | 37 | 107 |
| Binary | 10111011 | 11001011 | 10011101 | 1000 | 0 | 10111 | 10100 | 1010001 | 11111 | 1000111 |
Color Harmonies of #BBCB9D
Complementary color
Monochromatic Colors of #BBCB9D
Black with #BBCB9D
Text Example
Text Example
White with #BBCB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB9D; }
p { color: rgb(187,203,157); }
H1.HeaderClassName
{
color: #BBCB9D;
}
.AnyTagClassName
{
color: #BBCB9D;
}
</style>
background-color css
<style>
a { background-color: #BBCB9D; }
a { background-color: rgb(187,203,157); }
div.DivClassName
{
background-color: #BBCB9D;
}
.BgClassName
{
background-color: #BBCB9D;
}
</style>
border-color css
<style>
span { border-color: #BBCB9D; }
span { border-color: rgb(187,203,157); }
td.TdClassName
{
border-color: #BBCB9D;
}
.TagClassName
{
border-color: #BBCB9D;
}
</style>