Shades of Sprout #BFD395
Tints of Sprout #BFD395
RGB
CMYK
RGB Variations
Color information
#BFD395 (or 0xBFD395) is known color: Sprout. HEX triplet: BF, D3 and 95. RGB value is (191,211,149). Sum of RGB (Red+Green+Blue) = 191+211+149=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD395 is #402C6A. Grayscale: #C6C6C6. Windows color (decimal): -4205675 or 9819071. OLE color: 9819071.
HSL color Cylindrical-coordinate representation of color #BFD395: hue angle of 79.35º degrees, saturation: 0.41, 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 #BFD395 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 149 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.17 |
| HSL | 79.35º | 0.41% | 0.71% | - |
| HSV(B) | 79.35º | 0.29% | 0.83% | - |
| XYZ | 50.2 | 59.83 | 37.34 | - |
| YUV | 197.95 | 100.37 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 149 | 0.09 | 0 | 0.29 | 0.17 | 79.35 | 0.41 | 0.71 |
| Hex | BF | D3 | 95 | 9 | 0 | 1D | 11 | 4F | 29 | 47 |
| Octal | 277 | 323 | 225 | 11 | 0 | 35 | 21 | 117 | 51 | 107 |
| Binary | 10111111 | 11010011 | 10010101 | 1001 | 0 | 11101 | 10001 | 1001111 | 101001 | 1000111 |
Color Harmonies of #BFD395
Complementary color
Monochromatic Colors of #BFD395
Black with #BFD395
Text Example
Text Example
White with #BFD395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD395; }
p { color: rgb(191,211,149); }
H1.HeaderClassName
{
color: #BFD395;
}
.AnyTagClassName
{
color: #BFD395;
}
</style>
background-color css
<style>
a { background-color: #BFD395; }
a { background-color: rgb(191,211,149); }
div.DivClassName
{
background-color: #BFD395;
}
.BgClassName
{
background-color: #BFD395;
}
</style>
border-color css
<style>
span { border-color: #BFD395; }
span { border-color: rgb(191,211,149); }
td.TdClassName
{
border-color: #BFD395;
}
.TagClassName
{
border-color: #BFD395;
}
</style>