Shades of Sprout #BBD897
Tints of Sprout #BBD897
RGB
CMYK
RGB Variations
Color information
#BBD897 (or 0xBBD897) is known color: Sprout. HEX triplet: BB, D8 and 97. RGB value is (187,216,151). Sum of RGB (Red+Green+Blue) = 187+216+151=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 151 (59.38% from 255 or 27.26% from 554); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD897 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD897 is #442768. Grayscale: #C8C8C8. Windows color (decimal): -4466537 or 9951419. OLE color: 9951419.
HSL color Cylindrical-coordinate representation of color #BBD897: hue angle of 86.77º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBD897 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 216 | 151 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.15 |
| HSL | 86.77º | 0.45% | 0.72% | - |
| HSV(B) | 86.77º | 0.3% | 0.85% | - |
| XYZ | 50.64 | 61.91 | 38.56 | - |
| YUV | 199.92 | 100.39 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 151 | 0.13 | 0 | 0.30 | 0.15 | 86.77 | 0.45 | 0.72 |
| Hex | BB | D8 | 97 | D | 0 | 1E | F | 57 | 2D | 48 |
| Octal | 273 | 330 | 227 | 15 | 0 | 36 | 17 | 127 | 55 | 110 |
| Binary | 10111011 | 11011000 | 10010111 | 1101 | 0 | 11110 | 1111 | 1010111 | 101101 | 1001000 |
Color Harmonies of #BBD897
Complementary color
Monochromatic Colors of #BBD897
Black with #BBD897
Text Example
Text Example
White with #BBD897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD897; }
p { color: rgb(187,216,151); }
H1.HeaderClassName
{
color: #BBD897;
}
.AnyTagClassName
{
color: #BBD897;
}
</style>
background-color css
<style>
a { background-color: #BBD897; }
a { background-color: rgb(187,216,151); }
div.DivClassName
{
background-color: #BBD897;
}
.BgClassName
{
background-color: #BBD897;
}
</style>
border-color css
<style>
span { border-color: #BBD897; }
span { border-color: rgb(187,216,151); }
td.TdClassName
{
border-color: #BBD897;
}
.TagClassName
{
border-color: #BBD897;
}
</style>