Shades of Sprout #BFD39C
Tints of Sprout #BFD39C
RGB
CMYK
RGB Variations
Color information
#BFD39C (or 0xBFD39C) is known color: Sprout. HEX triplet: BF, D3 and 9C. RGB value is (191,211,156). Sum of RGB (Red+Green+Blue) = 191+211+156=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD39C is #402C63. Grayscale: #C6C6C6. Windows color (decimal): -4205668 or 10277823. OLE color: 10277823.
HSL color Cylindrical-coordinate representation of color #BFD39C: hue angle of 81.82º degrees, saturation: 0.38, 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 #BFD39C is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 156 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.17 |
| HSL | 81.82º | 0.38% | 0.72% | - |
| HSV(B) | 81.82º | 0.26% | 0.83% | - |
| XYZ | 50.78 | 60.07 | 40.37 | - |
| YUV | 198.75 | 103.87 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 156 | 0.09 | 0 | 0.26 | 0.17 | 81.82 | 0.38 | 0.72 |
| Hex | BF | D3 | 9C | 9 | 0 | 1A | 11 | 52 | 26 | 48 |
| Octal | 277 | 323 | 234 | 11 | 0 | 32 | 21 | 122 | 46 | 110 |
| Binary | 10111111 | 11010011 | 10011100 | 1001 | 0 | 11010 | 10001 | 1010010 | 100110 | 1001000 |
Color Harmonies of #BFD39C
Complementary color
Monochromatic Colors of #BFD39C
Black with #BFD39C
Text Example
Text Example
White with #BFD39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD39C; }
p { color: rgb(191,211,156); }
H1.HeaderClassName
{
color: #BFD39C;
}
.AnyTagClassName
{
color: #BFD39C;
}
</style>
background-color css
<style>
a { background-color: #BFD39C; }
a { background-color: rgb(191,211,156); }
div.DivClassName
{
background-color: #BFD39C;
}
.BgClassName
{
background-color: #BFD39C;
}
</style>
border-color css
<style>
span { border-color: #BFD39C; }
span { border-color: rgb(191,211,156); }
td.TdClassName
{
border-color: #BFD39C;
}
.TagClassName
{
border-color: #BFD39C;
}
</style>