Shades of Sprout #BBC796
Tints of Sprout #BBC796
RGB
CMYK
RGB Variations
Color information
#BBC796 (or 0xBBC796) is known color: Sprout. HEX triplet: BB, C7 and 96. RGB value is (187,199,150). Sum of RGB (Red+Green+Blue) = 187+199+150=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC796 is #443869. Grayscale: #BEBEBE. Windows color (decimal): -4470890 or 9881531. OLE color: 9881531.
HSL color Cylindrical-coordinate representation of color #BBC796: hue angle of 74.69º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBC796 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 150 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.22 |
| HSL | 74.69º | 0.3% | 0.68% | - |
| HSV(B) | 74.69º | 0.25% | 0.78% | - |
| XYZ | 46.42 | 53.61 | 36.76 | - |
| YUV | 189.83 | 105.52 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 150 | 0.06 | 0 | 0.25 | 0.22 | 74.69 | 0.3 | 0.68 |
| Hex | BB | C7 | 96 | 6 | 0 | 19 | 16 | 4B | 1E | 44 |
| Octal | 273 | 307 | 226 | 6 | 0 | 31 | 26 | 113 | 36 | 104 |
| Binary | 10111011 | 11000111 | 10010110 | 110 | 0 | 11001 | 10110 | 1001011 | 11110 | 1000100 |
Color Harmonies of #BBC796
Complementary color
Monochromatic Colors of #BBC796
Black with #BBC796
Text Example
Text Example
White with #BBC796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC796; }
p { color: rgb(187,199,150); }
H1.HeaderClassName
{
color: #BBC796;
}
.AnyTagClassName
{
color: #BBC796;
}
</style>
background-color css
<style>
a { background-color: #BBC796; }
a { background-color: rgb(187,199,150); }
div.DivClassName
{
background-color: #BBC796;
}
.BgClassName
{
background-color: #BBC796;
}
</style>
border-color css
<style>
span { border-color: #BBC796; }
span { border-color: rgb(187,199,150); }
td.TdClassName
{
border-color: #BBC796;
}
.TagClassName
{
border-color: #BBC796;
}
</style>