Shades of Sprout #BBCC9B
Tints of Sprout #BBCC9B
RGB
CMYK
RGB Variations
Color information
#BBCC9B (or 0xBBCC9B) is known color: Sprout. HEX triplet: BB, CC and 9B. RGB value is (187,204,155). Sum of RGB (Red+Green+Blue) = 187+204+155=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC9B is #443364. Grayscale: #C1C1C1. Windows color (decimal): -4469605 or 10210491. OLE color: 10210491.
HSL color Cylindrical-coordinate representation of color #BBCC9B: hue angle of 80.82º 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 #BBCC9B is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 155 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.2 |
| HSL | 80.82º | 0.32% | 0.7% | - |
| HSV(B) | 80.82º | 0.24% | 0.8% | - |
| XYZ | 48 | 56.12 | 39.31 | - |
| YUV | 193.33 | 106.37 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 155 | 0.08 | 0 | 0.24 | 0.2 | 80.82 | 0.32 | 0.7 |
| Hex | BB | CC | 9B | 8 | 0 | 18 | 14 | 51 | 20 | 46 |
| Octal | 273 | 314 | 233 | 10 | 0 | 30 | 24 | 121 | 40 | 106 |
| Binary | 10111011 | 11001100 | 10011011 | 1000 | 0 | 11000 | 10100 | 1010001 | 100000 | 1000110 |
Color Harmonies of #BBCC9B
Complementary color
Monochromatic Colors of #BBCC9B
Black with #BBCC9B
Text Example
Text Example
White with #BBCC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC9B; }
p { color: rgb(187,204,155); }
H1.HeaderClassName
{
color: #BBCC9B;
}
.AnyTagClassName
{
color: #BBCC9B;
}
</style>
background-color css
<style>
a { background-color: #BBCC9B; }
a { background-color: rgb(187,204,155); }
div.DivClassName
{
background-color: #BBCC9B;
}
.BgClassName
{
background-color: #BBCC9B;
}
</style>
border-color css
<style>
span { border-color: #BBCC9B; }
span { border-color: rgb(187,204,155); }
td.TdClassName
{
border-color: #BBCC9B;
}
.TagClassName
{
border-color: #BBCC9B;
}
</style>