Shades of Sprout #BFD496
Tints of Sprout #BFD496
RGB
CMYK
RGB Variations
Color information
#BFD496 (or 0xBFD496) is known color: Sprout. HEX triplet: BF, D4 and 96. RGB value is (191,212,150). Sum of RGB (Red+Green+Blue) = 191+212+150=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD496 is #402B69. Grayscale: #C6C6C6. Windows color (decimal): -4205418 or 9884863. OLE color: 9884863.
HSL color Cylindrical-coordinate representation of color #BFD496: hue angle of 80.32º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFD496 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 150 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.17 |
| HSL | 80.32º | 0.42% | 0.71% | - |
| HSV(B) | 80.32º | 0.29% | 0.83% | - |
| XYZ | 50.53 | 60.37 | 37.84 | - |
| YUV | 198.65 | 100.54 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 150 | 0.10 | 0 | 0.29 | 0.17 | 80.32 | 0.42 | 0.71 |
| Hex | BF | D4 | 96 | A | 0 | 1D | 11 | 50 | 2A | 47 |
| Octal | 277 | 324 | 226 | 12 | 0 | 35 | 21 | 120 | 52 | 107 |
| Binary | 10111111 | 11010100 | 10010110 | 1010 | 0 | 11101 | 10001 | 1010000 | 101010 | 1000111 |
Color Harmonies of #BFD496
Complementary color
Monochromatic Colors of #BFD496
Black with #BFD496
Text Example
Text Example
White with #BFD496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD496; }
p { color: rgb(191,212,150); }
H1.HeaderClassName
{
color: #BFD496;
}
.AnyTagClassName
{
color: #BFD496;
}
</style>
background-color css
<style>
a { background-color: #BFD496; }
a { background-color: rgb(191,212,150); }
div.DivClassName
{
background-color: #BFD496;
}
.BgClassName
{
background-color: #BFD496;
}
</style>
border-color css
<style>
span { border-color: #BFD496; }
span { border-color: rgb(191,212,150); }
td.TdClassName
{
border-color: #BFD496;
}
.TagClassName
{
border-color: #BFD496;
}
</style>