Shades of Sprout #BBCC9E
Tints of Sprout #BBCC9E
RGB
CMYK
RGB Variations
Color information
#BBCC9E (or 0xBBCC9E) is known color: Sprout. HEX triplet: BB, CC and 9E. RGB value is (187,204,158). Sum of RGB (Red+Green+Blue) = 187+204+158=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCC9E is #443361. Grayscale: #C1C1C1. Windows color (decimal): -4469602 or 10407099. OLE color: 10407099.
HSL color Cylindrical-coordinate representation of color #BBCC9E: hue angle of 82.17º 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 #BBCC9E is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 158 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.2 |
| HSL | 82.17º | 0.31% | 0.71% | - |
| HSV(B) | 82.17º | 0.23% | 0.8% | - |
| XYZ | 48.26 | 56.22 | 40.66 | - |
| YUV | 193.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 158 | 0.08 | 0 | 0.23 | 0.2 | 82.17 | 0.31 | 0.71 |
| Hex | BB | CC | 9E | 8 | 0 | 17 | 14 | 52 | 1F | 47 |
| Octal | 273 | 314 | 236 | 10 | 0 | 27 | 24 | 122 | 37 | 107 |
| Binary | 10111011 | 11001100 | 10011110 | 1000 | 0 | 10111 | 10100 | 1010010 | 11111 | 1000111 |
Color Harmonies of #BBCC9E
Complementary color
Monochromatic Colors of #BBCC9E
Black with #BBCC9E
Text Example
Text Example
White with #BBCC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC9E; }
p { color: rgb(187,204,158); }
H1.HeaderClassName
{
color: #BBCC9E;
}
.AnyTagClassName
{
color: #BBCC9E;
}
</style>
background-color css
<style>
a { background-color: #BBCC9E; }
a { background-color: rgb(187,204,158); }
div.DivClassName
{
background-color: #BBCC9E;
}
.BgClassName
{
background-color: #BBCC9E;
}
</style>
border-color css
<style>
span { border-color: #BBCC9E; }
span { border-color: rgb(187,204,158); }
td.TdClassName
{
border-color: #BBCC9E;
}
.TagClassName
{
border-color: #BBCC9E;
}
</style>