Shades of Sprout #BFDA95
Tints of Sprout #BFDA95
RGB
CMYK
RGB Variations
Color information
#BFDA95 (or 0xBFDA95) is known color: Sprout. HEX triplet: BF, DA and 95. RGB value is (191,218,149). Sum of RGB (Red+Green+Blue) = 191+218+149=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDA95 is #40256A. Grayscale: #CACACA. Windows color (decimal): -4203883 or 9820863. OLE color: 9820863.
HSL color Cylindrical-coordinate representation of color #BFDA95: hue angle of 83.48º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFDA95 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 149 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.15 |
| HSL | 83.48º | 0.48% | 0.72% | - |
| HSV(B) | 83.48º | 0.32% | 0.85% | - |
| XYZ | 51.98 | 63.39 | 37.93 | - |
| YUV | 202.06 | 98.05 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 149 | 0.12 | 0 | 0.32 | 0.15 | 83.48 | 0.48 | 0.72 |
| Hex | BF | DA | 95 | C | 0 | 20 | F | 53 | 30 | 48 |
| Octal | 277 | 332 | 225 | 14 | 0 | 40 | 17 | 123 | 60 | 110 |
| Binary | 10111111 | 11011010 | 10010101 | 1100 | 0 | 100000 | 1111 | 1010011 | 110000 | 1001000 |
Color Harmonies of #BFDA95
Complementary color
Monochromatic Colors of #BFDA95
Black with #BFDA95
Text Example
Text Example
White with #BFDA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA95; }
p { color: rgb(191,218,149); }
H1.HeaderClassName
{
color: #BFDA95;
}
.AnyTagClassName
{
color: #BFDA95;
}
</style>
background-color css
<style>
a { background-color: #BFDA95; }
a { background-color: rgb(191,218,149); }
div.DivClassName
{
background-color: #BFDA95;
}
.BgClassName
{
background-color: #BFDA95;
}
</style>
border-color css
<style>
span { border-color: #BFDA95; }
span { border-color: rgb(191,218,149); }
td.TdClassName
{
border-color: #BFDA95;
}
.TagClassName
{
border-color: #BFDA95;
}
</style>