Shades of Sprout #BFD296
Tints of Sprout #BFD296
RGB
CMYK
RGB Variations
Color information
#BFD296 (or 0xBFD296) is known color: Sprout. HEX triplet: BF, D2 and 96. RGB value is (191,210,150). Sum of RGB (Red+Green+Blue) = 191+210+150=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD296 is #402D69. Grayscale: #C5C5C5. Windows color (decimal): -4205930 or 9884351. OLE color: 9884351.
HSL color Cylindrical-coordinate representation of color #BFD296: hue angle of 79º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFD296 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 150 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.18 |
| HSL | 79º | 0.4% | 0.71% | - |
| HSV(B) | 79º | 0.29% | 0.82% | - |
| XYZ | 50.04 | 59.37 | 37.68 | - |
| YUV | 197.48 | 101.21 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 150 | 0.09 | 0 | 0.29 | 0.18 | 79 | 0.4 | 0.71 |
| Hex | BF | D2 | 96 | 9 | 0 | 1D | 12 | 4F | 28 | 47 |
| Octal | 277 | 322 | 226 | 11 | 0 | 35 | 22 | 117 | 50 | 107 |
| Binary | 10111111 | 11010010 | 10010110 | 1001 | 0 | 11101 | 10010 | 1001111 | 101000 | 1000111 |
Color Harmonies of #BFD296
Complementary color
Monochromatic Colors of #BFD296
Black with #BFD296
Text Example
Text Example
White with #BFD296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD296; }
p { color: rgb(191,210,150); }
H1.HeaderClassName
{
color: #BFD296;
}
.AnyTagClassName
{
color: #BFD296;
}
</style>
background-color css
<style>
a { background-color: #BFD296; }
a { background-color: rgb(191,210,150); }
div.DivClassName
{
background-color: #BFD296;
}
.BgClassName
{
background-color: #BFD296;
}
</style>
border-color css
<style>
span { border-color: #BFD296; }
span { border-color: rgb(191,210,150); }
td.TdClassName
{
border-color: #BFD296;
}
.TagClassName
{
border-color: #BFD296;
}
</style>