Shades of Sprout #BFD09F
Tints of Sprout #BFD09F
RGB
CMYK
RGB Variations
Color information
#BFD09F (or 0xBFD09F) is known color: Sprout. HEX triplet: BF, D0 and 9F. RGB value is (191,208,159). Sum of RGB (Red+Green+Blue) = 191+208+159=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD09F is #402F60. Grayscale: #C5C5C5. Windows color (decimal): -4206433 or 10473663. OLE color: 10473663.
HSL color Cylindrical-coordinate representation of color #BFD09F: hue angle of 80.82º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFD09F is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 159 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.18 |
| HSL | 80.82º | 0.34% | 0.72% | - |
| HSV(B) | 80.82º | 0.24% | 0.82% | - |
| XYZ | 50.3 | 58.69 | 41.48 | - |
| YUV | 197.33 | 106.37 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 159 | 0.08 | 0 | 0.24 | 0.18 | 80.82 | 0.34 | 0.72 |
| Hex | BF | D0 | 9F | 8 | 0 | 18 | 12 | 51 | 22 | 48 |
| Octal | 277 | 320 | 237 | 10 | 0 | 30 | 22 | 121 | 42 | 110 |
| Binary | 10111111 | 11010000 | 10011111 | 1000 | 0 | 11000 | 10010 | 1010001 | 100010 | 1001000 |
Color Harmonies of #BFD09F
Complementary color
Monochromatic Colors of #BFD09F
Black with #BFD09F
Text Example
Text Example
White with #BFD09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD09F; }
p { color: rgb(191,208,159); }
H1.HeaderClassName
{
color: #BFD09F;
}
.AnyTagClassName
{
color: #BFD09F;
}
</style>
background-color css
<style>
a { background-color: #BFD09F; }
a { background-color: rgb(191,208,159); }
div.DivClassName
{
background-color: #BFD09F;
}
.BgClassName
{
background-color: #BFD09F;
}
</style>
border-color css
<style>
span { border-color: #BFD09F; }
span { border-color: rgb(191,208,159); }
td.TdClassName
{
border-color: #BFD09F;
}
.TagClassName
{
border-color: #BFD09F;
}
</style>