Shades of Sprout #BBC99E
Tints of Sprout #BBC99E
RGB
CMYK
RGB Variations
Color information
#BBC99E (or 0xBBC99E) is known color: Sprout. HEX triplet: BB, C9 and 9E. RGB value is (187,201,158). Sum of RGB (Red+Green+Blue) = 187+201+158=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC99E is #443661. Grayscale: #C0C0C0. Windows color (decimal): -4470370 or 10406331. OLE color: 10406331.
HSL color Cylindrical-coordinate representation of color #BBC99E: hue angle of 79.53º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBC99E is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 158 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.21 |
| HSL | 79.53º | 0.28% | 0.7% | - |
| HSV(B) | 79.53º | 0.21% | 0.79% | - |
| XYZ | 47.55 | 54.81 | 40.42 | - |
| YUV | 191.91 | 108.86 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 158 | 0.07 | 0 | 0.21 | 0.21 | 79.53 | 0.28 | 0.7 |
| Hex | BB | C9 | 9E | 7 | 0 | 15 | 15 | 50 | 1C | 46 |
| Octal | 273 | 311 | 236 | 7 | 0 | 25 | 25 | 120 | 34 | 106 |
| Binary | 10111011 | 11001001 | 10011110 | 111 | 0 | 10101 | 10101 | 1010000 | 11100 | 1000110 |
Color Harmonies of #BBC99E
Complementary color
Monochromatic Colors of #BBC99E
Black with #BBC99E
Text Example
Text Example
White with #BBC99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC99E; }
p { color: rgb(187,201,158); }
H1.HeaderClassName
{
color: #BBC99E;
}
.AnyTagClassName
{
color: #BBC99E;
}
</style>
background-color css
<style>
a { background-color: #BBC99E; }
a { background-color: rgb(187,201,158); }
div.DivClassName
{
background-color: #BBC99E;
}
.BgClassName
{
background-color: #BBC99E;
}
</style>
border-color css
<style>
span { border-color: #BBC99E; }
span { border-color: rgb(187,201,158); }
td.TdClassName
{
border-color: #BBC99E;
}
.TagClassName
{
border-color: #BBC99E;
}
</style>