Shades of Sprout #BFD397
Tints of Sprout #BFD397
RGB
CMYK
RGB Variations
Color information
#BFD397 (or 0xBFD397) is known color: Sprout. HEX triplet: BF, D3 and 97. RGB value is (191,211,151). Sum of RGB (Red+Green+Blue) = 191+211+151=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 151 (59.38% from 255 or 27.31% from 553); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD397 is #402C68. Grayscale: #C6C6C6. Windows color (decimal): -4205673 or 9950143. OLE color: 9950143.
HSL color Cylindrical-coordinate representation of color #BFD397: hue angle of 80º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFD397 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 151 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.17 |
| HSL | 80º | 0.41% | 0.71% | - |
| HSV(B) | 80º | 0.28% | 0.83% | - |
| XYZ | 50.37 | 59.9 | 38.19 | - |
| YUV | 198.18 | 101.37 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 151 | 0.09 | 0 | 0.28 | 0.17 | 80 | 0.41 | 0.71 |
| Hex | BF | D3 | 97 | 9 | 0 | 1C | 11 | 50 | 29 | 47 |
| Octal | 277 | 323 | 227 | 11 | 0 | 34 | 21 | 120 | 51 | 107 |
| Binary | 10111111 | 11010011 | 10010111 | 1001 | 0 | 11100 | 10001 | 1010000 | 101001 | 1000111 |
Color Harmonies of #BFD397
Complementary color
Monochromatic Colors of #BFD397
Black with #BFD397
Text Example
Text Example
White with #BFD397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD397; }
p { color: rgb(191,211,151); }
H1.HeaderClassName
{
color: #BFD397;
}
.AnyTagClassName
{
color: #BFD397;
}
</style>
background-color css
<style>
a { background-color: #BFD397; }
a { background-color: rgb(191,211,151); }
div.DivClassName
{
background-color: #BFD397;
}
.BgClassName
{
background-color: #BFD397;
}
</style>
border-color css
<style>
span { border-color: #BFD397; }
span { border-color: rgb(191,211,151); }
td.TdClassName
{
border-color: #BFD397;
}
.TagClassName
{
border-color: #BFD397;
}
</style>