Shades of Sprout #BFD495
Tints of Sprout #BFD495
RGB
CMYK
RGB Variations
Color information
#BFD495 (or 0xBFD495) is known color: Sprout. HEX triplet: BF, D4 and 95. RGB value is (191,212,149). Sum of RGB (Red+Green+Blue) = 191+212+149=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD495 is #402B6A. Grayscale: #C6C6C6. Windows color (decimal): -4205419 or 9819327. OLE color: 9819327.
HSL color Cylindrical-coordinate representation of color #BFD495: hue angle of 80º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFD495 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 149 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.17 |
| HSL | 80º | 0.42% | 0.71% | - |
| HSV(B) | 80º | 0.3% | 0.83% | - |
| XYZ | 50.45 | 60.33 | 37.42 | - |
| YUV | 198.54 | 100.04 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 149 | 0.10 | 0 | 0.30 | 0.17 | 80 | 0.42 | 0.71 |
| Hex | BF | D4 | 95 | A | 0 | 1E | 11 | 50 | 2A | 47 |
| Octal | 277 | 324 | 225 | 12 | 0 | 36 | 21 | 120 | 52 | 107 |
| Binary | 10111111 | 11010100 | 10010101 | 1010 | 0 | 11110 | 10001 | 1010000 | 101010 | 1000111 |
Color Harmonies of #BFD495
Complementary color
Monochromatic Colors of #BFD495
Black with #BFD495
Text Example
Text Example
White with #BFD495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD495; }
p { color: rgb(191,212,149); }
H1.HeaderClassName
{
color: #BFD495;
}
.AnyTagClassName
{
color: #BFD495;
}
</style>
background-color css
<style>
a { background-color: #BFD495; }
a { background-color: rgb(191,212,149); }
div.DivClassName
{
background-color: #BFD495;
}
.BgClassName
{
background-color: #BFD495;
}
</style>
border-color css
<style>
span { border-color: #BFD495; }
span { border-color: rgb(191,212,149); }
td.TdClassName
{
border-color: #BFD495;
}
.TagClassName
{
border-color: #BFD495;
}
</style>