Shades of Sprout #BFD295
Tints of Sprout #BFD295
RGB
CMYK
RGB Variations
Color information
#BFD295 (or 0xBFD295) is known color: Sprout. HEX triplet: BF, D2 and 95. RGB value is (191,210,149). Sum of RGB (Red+Green+Blue) = 191+210+149=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD295 is #402D6A. Grayscale: #C5C5C5. Windows color (decimal): -4205931 or 9818815. OLE color: 9818815.
HSL color Cylindrical-coordinate representation of color #BFD295: hue angle of 78.69º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFD295 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 149 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.18 |
| HSL | 78.69º | 0.4% | 0.7% | - |
| HSV(B) | 78.69º | 0.29% | 0.82% | - |
| XYZ | 49.96 | 59.34 | 37.25 | - |
| YUV | 197.37 | 100.71 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 149 | 0.09 | 0 | 0.29 | 0.18 | 78.69 | 0.4 | 0.7 |
| Hex | BF | D2 | 95 | 9 | 0 | 1D | 12 | 4F | 28 | 46 |
| Octal | 277 | 322 | 225 | 11 | 0 | 35 | 22 | 117 | 50 | 106 |
| Binary | 10111111 | 11010010 | 10010101 | 1001 | 0 | 11101 | 10010 | 1001111 | 101000 | 1000110 |
Color Harmonies of #BFD295
Complementary color
Monochromatic Colors of #BFD295
Black with #BFD295
Text Example
Text Example
White with #BFD295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD295; }
p { color: rgb(191,210,149); }
H1.HeaderClassName
{
color: #BFD295;
}
.AnyTagClassName
{
color: #BFD295;
}
</style>
background-color css
<style>
a { background-color: #BFD295; }
a { background-color: rgb(191,210,149); }
div.DivClassName
{
background-color: #BFD295;
}
.BgClassName
{
background-color: #BFD295;
}
</style>
border-color css
<style>
span { border-color: #BFD295; }
span { border-color: rgb(191,210,149); }
td.TdClassName
{
border-color: #BFD295;
}
.TagClassName
{
border-color: #BFD295;
}
</style>