Shades of Sprout #BFCF9F
Tints of Sprout #BFCF9F
RGB
CMYK
RGB Variations
Color information
#BFCF9F (or 0xBFCF9F) is known color: Sprout. HEX triplet: BF, CF and 9F. RGB value is (191,207,159). Sum of RGB (Red+Green+Blue) = 191+207+159=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCF9F is #403060. Grayscale: #C4C4C4. Windows color (decimal): -4206689 or 10473407. OLE color: 10473407.
HSL color Cylindrical-coordinate representation of color #BFCF9F: hue angle of 80º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFCF9F is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 159 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.19 |
| HSL | 80º | 0.33% | 0.72% | - |
| HSV(B) | 80º | 0.23% | 0.81% | - |
| XYZ | 50.06 | 58.21 | 41.4 | - |
| YUV | 196.74 | 106.7 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 159 | 0.08 | 0 | 0.23 | 0.19 | 80 | 0.33 | 0.72 |
| Hex | BF | CF | 9F | 8 | 0 | 17 | 13 | 50 | 21 | 48 |
| Octal | 277 | 317 | 237 | 10 | 0 | 27 | 23 | 120 | 41 | 110 |
| Binary | 10111111 | 11001111 | 10011111 | 1000 | 0 | 10111 | 10011 | 1010000 | 100001 | 1001000 |
Color Harmonies of #BFCF9F
Complementary color
Monochromatic Colors of #BFCF9F
Black with #BFCF9F
Text Example
Text Example
White with #BFCF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF9F; }
p { color: rgb(191,207,159); }
H1.HeaderClassName
{
color: #BFCF9F;
}
.AnyTagClassName
{
color: #BFCF9F;
}
</style>
background-color css
<style>
a { background-color: #BFCF9F; }
a { background-color: rgb(191,207,159); }
div.DivClassName
{
background-color: #BFCF9F;
}
.BgClassName
{
background-color: #BFCF9F;
}
</style>
border-color css
<style>
span { border-color: #BFCF9F; }
span { border-color: rgb(191,207,159); }
td.TdClassName
{
border-color: #BFCF9F;
}
.TagClassName
{
border-color: #BFCF9F;
}
</style>