Shades of Sprout #BFDF94
Tints of Sprout #BFDF94
RGB
CMYK
RGB Variations
Color information
#BFDF94 (or 0xBFDF94) is known color: Sprout. HEX triplet: BF, DF and 94. RGB value is (191,223,148). Sum of RGB (Red+Green+Blue) = 191+223+148=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDF94 is #40206B. Grayscale: #CDCDCD. Windows color (decimal): -4202604 or 9756607. OLE color: 9756607.
HSL color Cylindrical-coordinate representation of color #BFDF94: hue angle of 85.6º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFDF94 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 148 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.13 |
| HSL | 85.6º | 0.54% | 0.73% | - |
| HSV(B) | 85.6º | 0.34% | 0.87% | - |
| XYZ | 53.22 | 65.99 | 37.95 | - |
| YUV | 204.88 | 95.9 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 148 | 0.14 | 0 | 0.34 | 0.13 | 85.6 | 0.54 | 0.73 |
| Hex | BF | DF | 94 | E | 0 | 22 | D | 56 | 36 | 49 |
| Octal | 277 | 337 | 224 | 16 | 0 | 42 | 15 | 126 | 66 | 111 |
| Binary | 10111111 | 11011111 | 10010100 | 1110 | 0 | 100010 | 1101 | 1010110 | 110110 | 1001001 |
Color Harmonies of #BFDF94
Complementary color
Monochromatic Colors of #BFDF94
Black with #BFDF94
Text Example
Text Example
White with #BFDF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF94; }
p { color: rgb(191,223,148); }
H1.HeaderClassName
{
color: #BFDF94;
}
.AnyTagClassName
{
color: #BFDF94;
}
</style>
background-color css
<style>
a { background-color: #BFDF94; }
a { background-color: rgb(191,223,148); }
div.DivClassName
{
background-color: #BFDF94;
}
.BgClassName
{
background-color: #BFDF94;
}
</style>
border-color css
<style>
span { border-color: #BFDF94; }
span { border-color: rgb(191,223,148); }
td.TdClassName
{
border-color: #BFDF94;
}
.TagClassName
{
border-color: #BFDF94;
}
</style>