Shades of Sprout #BFD996
Tints of Sprout #BFD996
RGB
CMYK
RGB Variations
Color information
#BFD996 (or 0xBFD996) is known color: Sprout. HEX triplet: BF, D9 and 96. RGB value is (191,217,150). Sum of RGB (Red+Green+Blue) = 191+217+150=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD996 is #402669. Grayscale: #C9C9C9. Windows color (decimal): -4204138 or 9886143. OLE color: 9886143.
HSL color Cylindrical-coordinate representation of color #BFD996: hue angle of 83.28º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFD996 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 150 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.15 |
| HSL | 83.28º | 0.47% | 0.72% | - |
| HSV(B) | 83.28º | 0.31% | 0.85% | - |
| XYZ | 51.8 | 62.9 | 38.27 | - |
| YUV | 201.59 | 98.89 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 150 | 0.12 | 0 | 0.31 | 0.15 | 83.28 | 0.47 | 0.72 |
| Hex | BF | D9 | 96 | C | 0 | 1F | F | 53 | 2F | 48 |
| Octal | 277 | 331 | 226 | 14 | 0 | 37 | 17 | 123 | 57 | 110 |
| Binary | 10111111 | 11011001 | 10010110 | 1100 | 0 | 11111 | 1111 | 1010011 | 101111 | 1001000 |
Color Harmonies of #BFD996
Complementary color
Monochromatic Colors of #BFD996
Black with #BFD996
Text Example
Text Example
White with #BFD996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD996; }
p { color: rgb(191,217,150); }
H1.HeaderClassName
{
color: #BFD996;
}
.AnyTagClassName
{
color: #BFD996;
}
</style>
background-color css
<style>
a { background-color: #BFD996; }
a { background-color: rgb(191,217,150); }
div.DivClassName
{
background-color: #BFD996;
}
.BgClassName
{
background-color: #BFD996;
}
</style>
border-color css
<style>
span { border-color: #BFD996; }
span { border-color: rgb(191,217,150); }
td.TdClassName
{
border-color: #BFD996;
}
.TagClassName
{
border-color: #BFD996;
}
</style>