Shades of Sprout #BFD696
Tints of Sprout #BFD696
RGB
CMYK
RGB Variations
Color information
#BFD696 (or 0xBFD696) is known color: Sprout. HEX triplet: BF, D6 and 96. RGB value is (191,214,150). Sum of RGB (Red+Green+Blue) = 191+214+150=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD696 is #402969. Grayscale: #C8C8C8. Windows color (decimal): -4204906 or 9885375. OLE color: 9885375.
HSL color Cylindrical-coordinate representation of color #BFD696: hue angle of 81.56º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFD696 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 150 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.16 |
| HSL | 81.56º | 0.44% | 0.71% | - |
| HSV(B) | 81.56º | 0.3% | 0.84% | - |
| XYZ | 51.04 | 61.37 | 38.01 | - |
| YUV | 199.83 | 99.88 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 150 | 0.11 | 0 | 0.30 | 0.16 | 81.56 | 0.44 | 0.71 |
| Hex | BF | D6 | 96 | B | 0 | 1E | 10 | 52 | 2C | 47 |
| Octal | 277 | 326 | 226 | 13 | 0 | 36 | 20 | 122 | 54 | 107 |
| Binary | 10111111 | 11010110 | 10010110 | 1011 | 0 | 11110 | 10000 | 1010010 | 101100 | 1000111 |
Color Harmonies of #BFD696
Complementary color
Monochromatic Colors of #BFD696
Black with #BFD696
Text Example
Text Example
White with #BFD696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD696; }
p { color: rgb(191,214,150); }
H1.HeaderClassName
{
color: #BFD696;
}
.AnyTagClassName
{
color: #BFD696;
}
</style>
background-color css
<style>
a { background-color: #BFD696; }
a { background-color: rgb(191,214,150); }
div.DivClassName
{
background-color: #BFD696;
}
.BgClassName
{
background-color: #BFD696;
}
</style>
border-color css
<style>
span { border-color: #BFD696; }
span { border-color: rgb(191,214,150); }
td.TdClassName
{
border-color: #BFD696;
}
.TagClassName
{
border-color: #BFD696;
}
</style>