Shades of Sprout #BFDD97
Tints of Sprout #BFDD97
RGB
CMYK
RGB Variations
Color information
#BFDD97 (or 0xBFDD97) is known color: Sprout. HEX triplet: BF, DD and 97. RGB value is (191,221,151). Sum of RGB (Red+Green+Blue) = 191+221+151=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD97 is #402268. Grayscale: #CCCCCC. Windows color (decimal): -4203113 or 9952703. OLE color: 9952703.
HSL color Cylindrical-coordinate representation of color #BFDD97: hue angle of 85.71º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFDD97 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 151 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.13 |
| HSL | 85.71º | 0.51% | 0.73% | - |
| HSV(B) | 85.71º | 0.32% | 0.87% | - |
| XYZ | 52.93 | 65.02 | 39.04 | - |
| YUV | 204.05 | 98.06 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 151 | 0.14 | 0 | 0.32 | 0.13 | 85.71 | 0.51 | 0.73 |
| Hex | BF | DD | 97 | E | 0 | 20 | D | 56 | 33 | 49 |
| Octal | 277 | 335 | 227 | 16 | 0 | 40 | 15 | 126 | 63 | 111 |
| Binary | 10111111 | 11011101 | 10010111 | 1110 | 0 | 100000 | 1101 | 1010110 | 110011 | 1001001 |
Color Harmonies of #BFDD97
Complementary color
Monochromatic Colors of #BFDD97
Black with #BFDD97
Text Example
Text Example
White with #BFDD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD97; }
p { color: rgb(191,221,151); }
H1.HeaderClassName
{
color: #BFDD97;
}
.AnyTagClassName
{
color: #BFDD97;
}
</style>
background-color css
<style>
a { background-color: #BFDD97; }
a { background-color: rgb(191,221,151); }
div.DivClassName
{
background-color: #BFDD97;
}
.BgClassName
{
background-color: #BFDD97;
}
</style>
border-color css
<style>
span { border-color: #BFDD97; }
span { border-color: rgb(191,221,151); }
td.TdClassName
{
border-color: #BFDD97;
}
.TagClassName
{
border-color: #BFDD97;
}
</style>