Shades of Sprout #BFD893
Tints of Sprout #BFD893
RGB
CMYK
RGB Variations
Color information
#BFD893 (or 0xBFD893) is known color: Sprout. HEX triplet: BF, D8 and 93. RGB value is (191,216,147). Sum of RGB (Red+Green+Blue) = 191+216+147=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 147 (57.81% from 255 or 26.53% from 554); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD893 is #40276C. Grayscale: #C8C8C8. Windows color (decimal): -4204397 or 9689279. OLE color: 9689279.
HSL color Cylindrical-coordinate representation of color #BFD893: hue angle of 81.74º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFD893 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 147 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.15 |
| HSL | 81.74º | 0.47% | 0.71% | - |
| HSV(B) | 81.74º | 0.32% | 0.85% | - |
| XYZ | 51.31 | 62.29 | 36.92 | - |
| YUV | 200.66 | 97.72 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 147 | 0.12 | 0 | 0.32 | 0.15 | 81.74 | 0.47 | 0.71 |
| Hex | BF | D8 | 93 | C | 0 | 20 | F | 52 | 2F | 47 |
| Octal | 277 | 330 | 223 | 14 | 0 | 40 | 17 | 122 | 57 | 107 |
| Binary | 10111111 | 11011000 | 10010011 | 1100 | 0 | 100000 | 1111 | 1010010 | 101111 | 1000111 |
Color Harmonies of #BFD893
Complementary color
Monochromatic Colors of #BFD893
Black with #BFD893
Text Example
Text Example
White with #BFD893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD893; }
p { color: rgb(191,216,147); }
H1.HeaderClassName
{
color: #BFD893;
}
.AnyTagClassName
{
color: #BFD893;
}
</style>
background-color css
<style>
a { background-color: #BFD893; }
a { background-color: rgb(191,216,147); }
div.DivClassName
{
background-color: #BFD893;
}
.BgClassName
{
background-color: #BFD893;
}
</style>
border-color css
<style>
span { border-color: #BFD893; }
span { border-color: rgb(191,216,147); }
td.TdClassName
{
border-color: #BFD893;
}
.TagClassName
{
border-color: #BFD893;
}
</style>