Shades of Sprout #BFD49D
Tints of Sprout #BFD49D
RGB
CMYK
RGB Variations
Color information
#BFD49D (or 0xBFD49D) is known color: Sprout. HEX triplet: BF, D4 and 9D. RGB value is (191,212,157). Sum of RGB (Red+Green+Blue) = 191+212+157=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD49D is #402B62. Grayscale: #C7C7C7. Windows color (decimal): -4205411 or 10343615. OLE color: 10343615.
HSL color Cylindrical-coordinate representation of color #BFD49D: hue angle of 82.91º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFD49D is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 157 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.17 |
| HSL | 82.91º | 0.39% | 0.72% | - |
| HSV(B) | 82.91º | 0.26% | 0.83% | - |
| XYZ | 51.12 | 60.6 | 40.9 | - |
| YUV | 199.45 | 104.04 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 157 | 0.10 | 0 | 0.26 | 0.17 | 82.91 | 0.39 | 0.72 |
| Hex | BF | D4 | 9D | A | 0 | 1A | 11 | 53 | 27 | 48 |
| Octal | 277 | 324 | 235 | 12 | 0 | 32 | 21 | 123 | 47 | 110 |
| Binary | 10111111 | 11010100 | 10011101 | 1010 | 0 | 11010 | 10001 | 1010011 | 100111 | 1001000 |
Color Harmonies of #BFD49D
Complementary color
Monochromatic Colors of #BFD49D
Black with #BFD49D
Text Example
Text Example
White with #BFD49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD49D; }
p { color: rgb(191,212,157); }
H1.HeaderClassName
{
color: #BFD49D;
}
.AnyTagClassName
{
color: #BFD49D;
}
</style>
background-color css
<style>
a { background-color: #BFD49D; }
a { background-color: rgb(191,212,157); }
div.DivClassName
{
background-color: #BFD49D;
}
.BgClassName
{
background-color: #BFD49D;
}
</style>
border-color css
<style>
span { border-color: #BFD49D; }
span { border-color: rgb(191,212,157); }
td.TdClassName
{
border-color: #BFD49D;
}
.TagClassName
{
border-color: #BFD49D;
}
</style>