Shades of Sprout #BBD396
Tints of Sprout #BBD396
RGB
CMYK
RGB Variations
Color information
#BBD396 (or 0xBBD396) is known color: Sprout. HEX triplet: BB, D3 and 96. RGB value is (187,211,150). Sum of RGB (Red+Green+Blue) = 187+211+150=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD396 is #442C69. Grayscale: #C5C5C5. Windows color (decimal): -4467818 or 9884603. OLE color: 9884603.
HSL color Cylindrical-coordinate representation of color #BBD396: hue angle of 83.61º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBD396 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 150 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.17 |
| HSL | 83.61º | 0.41% | 0.71% | - |
| HSV(B) | 83.61º | 0.29% | 0.83% | - |
| XYZ | 49.29 | 59.36 | 37.71 | - |
| YUV | 196.87 | 101.55 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 150 | 0.11 | 0 | 0.29 | 0.17 | 83.61 | 0.41 | 0.71 |
| Hex | BB | D3 | 96 | B | 0 | 1D | 11 | 54 | 29 | 47 |
| Octal | 273 | 323 | 226 | 13 | 0 | 35 | 21 | 124 | 51 | 107 |
| Binary | 10111011 | 11010011 | 10010110 | 1011 | 0 | 11101 | 10001 | 1010100 | 101001 | 1000111 |
Color Harmonies of #BBD396
Complementary color
Monochromatic Colors of #BBD396
Black with #BBD396
Text Example
Text Example
White with #BBD396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD396; }
p { color: rgb(187,211,150); }
H1.HeaderClassName
{
color: #BBD396;
}
.AnyTagClassName
{
color: #BBD396;
}
</style>
background-color css
<style>
a { background-color: #BBD396; }
a { background-color: rgb(187,211,150); }
div.DivClassName
{
background-color: #BBD396;
}
.BgClassName
{
background-color: #BBD396;
}
</style>
border-color css
<style>
span { border-color: #BBD396; }
span { border-color: rgb(187,211,150); }
td.TdClassName
{
border-color: #BBD396;
}
.TagClassName
{
border-color: #BBD396;
}
</style>