Shades of Sprout #BBC89E
Tints of Sprout #BBC89E
RGB
CMYK
RGB Variations
Color information
#BBC89E (or 0xBBC89E) is known color: Sprout. HEX triplet: BB, C8 and 9E. RGB value is (187,200,158). Sum of RGB (Red+Green+Blue) = 187+200+158=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC89E is #443761. Grayscale: #BFBFBF. Windows color (decimal): -4470626 or 10406075. OLE color: 10406075.
HSL color Cylindrical-coordinate representation of color #BBC89E: hue angle of 78.57º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBC89E is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 158 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.22 |
| HSL | 78.57º | 0.28% | 0.7% | - |
| HSV(B) | 78.57º | 0.21% | 0.78% | - |
| XYZ | 47.32 | 54.34 | 40.34 | - |
| YUV | 191.33 | 109.19 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 158 | 0.06 | 0 | 0.21 | 0.22 | 78.57 | 0.28 | 0.7 |
| Hex | BB | C8 | 9E | 6 | 0 | 15 | 16 | 4F | 1C | 46 |
| Octal | 273 | 310 | 236 | 6 | 0 | 25 | 26 | 117 | 34 | 106 |
| Binary | 10111011 | 11001000 | 10011110 | 110 | 0 | 10101 | 10110 | 1001111 | 11100 | 1000110 |
Color Harmonies of #BBC89E
Complementary color
Monochromatic Colors of #BBC89E
Black with #BBC89E
Text Example
Text Example
White with #BBC89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC89E; }
p { color: rgb(187,200,158); }
H1.HeaderClassName
{
color: #BBC89E;
}
.AnyTagClassName
{
color: #BBC89E;
}
</style>
background-color css
<style>
a { background-color: #BBC89E; }
a { background-color: rgb(187,200,158); }
div.DivClassName
{
background-color: #BBC89E;
}
.BgClassName
{
background-color: #BBC89E;
}
</style>
border-color css
<style>
span { border-color: #BBC89E; }
span { border-color: rgb(187,200,158); }
td.TdClassName
{
border-color: #BBC89E;
}
.TagClassName
{
border-color: #BBC89E;
}
</style>