Shades of Sprout #BFD097
Tints of Sprout #BFD097
RGB
CMYK
RGB Variations
Color information
#BFD097 (or 0xBFD097) is known color: Sprout. HEX triplet: BF, D0 and 97. RGB value is (191,208,151). Sum of RGB (Red+Green+Blue) = 191+208+151=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 151 (59.38% from 255 or 27.45% from 550); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD097 is #402F68. Grayscale: #C4C4C4. Windows color (decimal): -4206441 or 9949375. OLE color: 9949375.
HSL color Cylindrical-coordinate representation of color #BFD097: hue angle of 77.89º 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 #BFD097 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 151 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.18 |
| HSL | 77.89º | 0.38% | 0.7% | - |
| HSV(B) | 77.89º | 0.27% | 0.82% | - |
| XYZ | 49.63 | 58.42 | 37.94 | - |
| YUV | 196.42 | 102.37 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 151 | 0.08 | 0 | 0.27 | 0.18 | 77.89 | 0.38 | 0.7 |
| Hex | BF | D0 | 97 | 8 | 0 | 1B | 12 | 4E | 26 | 46 |
| Octal | 277 | 320 | 227 | 10 | 0 | 33 | 22 | 116 | 46 | 106 |
| Binary | 10111111 | 11010000 | 10010111 | 1000 | 0 | 11011 | 10010 | 1001110 | 100110 | 1000110 |
Color Harmonies of #BFD097
Complementary color
Monochromatic Colors of #BFD097
Black with #BFD097
Text Example
Text Example
White with #BFD097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD097; }
p { color: rgb(191,208,151); }
H1.HeaderClassName
{
color: #BFD097;
}
.AnyTagClassName
{
color: #BFD097;
}
</style>
background-color css
<style>
a { background-color: #BFD097; }
a { background-color: rgb(191,208,151); }
div.DivClassName
{
background-color: #BFD097;
}
.BgClassName
{
background-color: #BFD097;
}
</style>
border-color css
<style>
span { border-color: #BFD097; }
span { border-color: rgb(191,208,151); }
td.TdClassName
{
border-color: #BFD097;
}
.TagClassName
{
border-color: #BFD097;
}
</style>