Shades of Sprout #BBD097
Tints of Sprout #BBD097
RGB
CMYK
RGB Variations
Color information
#BBD097 (or 0xBBD097) is known color: Sprout. HEX triplet: BB, D0 and 97. RGB value is (187,208,151). Sum of RGB (Red+Green+Blue) = 187+208+151=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 151 (59.38% from 255 or 27.66% from 546); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD097 is #442F68. Grayscale: #C3C3C3. Windows color (decimal): -4468585 or 9949371. OLE color: 9949371.
HSL color Cylindrical-coordinate representation of color #BBD097: hue angle of 82.11º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBD097 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 151 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.18 |
| HSL | 82.11º | 0.38% | 0.7% | - |
| HSV(B) | 82.11º | 0.27% | 0.82% | - |
| XYZ | 48.64 | 57.91 | 37.89 | - |
| YUV | 195.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 151 | 0.10 | 0 | 0.27 | 0.18 | 82.11 | 0.38 | 0.7 |
| Hex | BB | D0 | 97 | A | 0 | 1B | 12 | 52 | 26 | 46 |
| Octal | 273 | 320 | 227 | 12 | 0 | 33 | 22 | 122 | 46 | 106 |
| Binary | 10111011 | 11010000 | 10010111 | 1010 | 0 | 11011 | 10010 | 1010010 | 100110 | 1000110 |
Color Harmonies of #BBD097
Complementary color
Monochromatic Colors of #BBD097
Black with #BBD097
Text Example
Text Example
White with #BBD097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD097; }
p { color: rgb(187,208,151); }
H1.HeaderClassName
{
color: #BBD097;
}
.AnyTagClassName
{
color: #BBD097;
}
</style>
background-color css
<style>
a { background-color: #BBD097; }
a { background-color: rgb(187,208,151); }
div.DivClassName
{
background-color: #BBD097;
}
.BgClassName
{
background-color: #BBD097;
}
</style>
border-color css
<style>
span { border-color: #BBD097; }
span { border-color: rgb(187,208,151); }
td.TdClassName
{
border-color: #BBD097;
}
.TagClassName
{
border-color: #BBD097;
}
</style>