Shades of Sprout #BFE095
Tints of Sprout #BFE095
RGB
CMYK
RGB Variations
Color information
#BFE095 (or 0xBFE095) is known color: Sprout. HEX triplet: BF, E0 and 95. RGB value is (191,224,149). Sum of RGB (Red+Green+Blue) = 191+224+149=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 224 (87.89% from 255 or 39.72% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE095 is #401F6A. Grayscale: #CDCDCD. Windows color (decimal): -4202347 or 9822399. OLE color: 9822399.
HSL color Cylindrical-coordinate representation of color #BFE095: hue angle of 86.4º degrees, saturation: 0.55, 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 #BFE095 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 149 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.12 |
| HSL | 86.4º | 0.55% | 0.73% | - |
| HSV(B) | 86.4º | 0.33% | 0.88% | - |
| XYZ | 53.57 | 66.56 | 38.46 | - |
| YUV | 205.58 | 96.07 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 149 | 0.15 | 0 | 0.33 | 0.12 | 86.4 | 0.55 | 0.73 |
| Hex | BF | E0 | 95 | F | 0 | 21 | C | 56 | 37 | 49 |
| Octal | 277 | 340 | 225 | 17 | 0 | 41 | 14 | 126 | 67 | 111 |
| Binary | 10111111 | 11100000 | 10010101 | 1111 | 0 | 100001 | 1100 | 1010110 | 110111 | 1001001 |
Color Harmonies of #BFE095
Complementary color
Monochromatic Colors of #BFE095
Black with #BFE095
Text Example
Text Example
White with #BFE095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE095; }
p { color: rgb(191,224,149); }
H1.HeaderClassName
{
color: #BFE095;
}
.AnyTagClassName
{
color: #BFE095;
}
</style>
background-color css
<style>
a { background-color: #BFE095; }
a { background-color: rgb(191,224,149); }
div.DivClassName
{
background-color: #BFE095;
}
.BgClassName
{
background-color: #BFE095;
}
</style>
border-color css
<style>
span { border-color: #BFE095; }
span { border-color: rgb(191,224,149); }
td.TdClassName
{
border-color: #BFE095;
}
.TagClassName
{
border-color: #BFE095;
}
</style>