Shades of Sprout #BFCE91
Tints of Sprout #BFCE91
RGB
CMYK
RGB Variations
Color information
#BFCE91 (or 0xBFCE91) is known color: Sprout. HEX triplet: BF, CE and 91. RGB value is (191,206,145). Sum of RGB (Red+Green+Blue) = 191+206+145=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 145 (57.03% from 255 or 26.75% from 542); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCE91 is #40316E. Grayscale: #C2C2C2. Windows color (decimal): -4206959 or 9555647. OLE color: 9555647.
HSL color Cylindrical-coordinate representation of color #BFCE91: hue angle of 74.75º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFCE91 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 145 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.19 |
| HSL | 74.75º | 0.38% | 0.69% | - |
| HSV(B) | 74.75º | 0.3% | 0.81% | - |
| XYZ | 48.67 | 57.26 | 35.28 | - |
| YUV | 194.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 145 | 0.07 | 0 | 0.30 | 0.19 | 74.75 | 0.38 | 0.69 |
| Hex | BF | CE | 91 | 7 | 0 | 1E | 13 | 4B | 26 | 45 |
| Octal | 277 | 316 | 221 | 7 | 0 | 36 | 23 | 113 | 46 | 105 |
| Binary | 10111111 | 11001110 | 10010001 | 111 | 0 | 11110 | 10011 | 1001011 | 100110 | 1000101 |
Color Harmonies of #BFCE91
Complementary color
Monochromatic Colors of #BFCE91
Black with #BFCE91
Text Example
Text Example
White with #BFCE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCE91; }
p { color: rgb(191,206,145); }
H1.HeaderClassName
{
color: #BFCE91;
}
.AnyTagClassName
{
color: #BFCE91;
}
</style>
background-color css
<style>
a { background-color: #BFCE91; }
a { background-color: rgb(191,206,145); }
div.DivClassName
{
background-color: #BFCE91;
}
.BgClassName
{
background-color: #BFCE91;
}
</style>
border-color css
<style>
span { border-color: #BFCE91; }
span { border-color: rgb(191,206,145); }
td.TdClassName
{
border-color: #BFCE91;
}
.TagClassName
{
border-color: #BFCE91;
}
</style>