Shades of Sprout #BFE096
Tints of Sprout #BFE096
RGB
CMYK
RGB Variations
Color information
#BFE096 (or 0xBFE096) is known color: Sprout. HEX triplet: BF, E0 and 96. RGB value is (191,224,150). Sum of RGB (Red+Green+Blue) = 191+224+150=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE096 is #401F69. Grayscale: #CDCDCD. Windows color (decimal): -4202346 or 9887935. OLE color: 9887935.
HSL color Cylindrical-coordinate representation of color #BFE096: hue angle of 86.76º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFE096 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 150 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.12 |
| HSL | 86.76º | 0.54% | 0.73% | - |
| HSV(B) | 86.76º | 0.33% | 0.88% | - |
| XYZ | 53.65 | 66.59 | 38.88 | - |
| YUV | 205.7 | 96.57 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 150 | 0.15 | 0 | 0.33 | 0.12 | 86.76 | 0.54 | 0.73 |
| Hex | BF | E0 | 96 | F | 0 | 21 | C | 57 | 36 | 49 |
| Octal | 277 | 340 | 226 | 17 | 0 | 41 | 14 | 127 | 66 | 111 |
| Binary | 10111111 | 11100000 | 10010110 | 1111 | 0 | 100001 | 1100 | 1010111 | 110110 | 1001001 |
Color Harmonies of #BFE096
Complementary color
Monochromatic Colors of #BFE096
Black with #BFE096
Text Example
Text Example
White with #BFE096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE096; }
p { color: rgb(191,224,150); }
H1.HeaderClassName
{
color: #BFE096;
}
.AnyTagClassName
{
color: #BFE096;
}
</style>
background-color css
<style>
a { background-color: #BFE096; }
a { background-color: rgb(191,224,150); }
div.DivClassName
{
background-color: #BFE096;
}
.BgClassName
{
background-color: #BFE096;
}
</style>
border-color css
<style>
span { border-color: #BFE096; }
span { border-color: rgb(191,224,150); }
td.TdClassName
{
border-color: #BFE096;
}
.TagClassName
{
border-color: #BFE096;
}
</style>