Shades of Sprout #BCDD91
Tints of Sprout #BCDD91
RGB
CMYK
RGB Variations
Color information
#BCDD91 (or 0xBCDD91) is known color: Sprout. HEX triplet: BC, DD and 91. RGB value is (188,221,145). Sum of RGB (Red+Green+Blue) = 188+221+145=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 145 (57.03% from 255 or 26.17% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDD91 is #43226E. Grayscale: #CACACA. Windows color (decimal): -4399727 or 9559484. OLE color: 9559484.
HSL color Cylindrical-coordinate representation of color #BCDD91: hue angle of 86.05º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCDD91 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 145 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.13 |
| HSL | 86.05º | 0.53% | 0.72% | - |
| HSV(B) | 86.05º | 0.34% | 0.87% | - |
| XYZ | 51.71 | 64.45 | 36.5 | - |
| YUV | 202.47 | 95.57 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 145 | 0.15 | 0 | 0.34 | 0.13 | 86.05 | 0.53 | 0.72 |
| Hex | BC | DD | 91 | F | 0 | 22 | D | 56 | 35 | 48 |
| Octal | 274 | 335 | 221 | 17 | 0 | 42 | 15 | 126 | 65 | 110 |
| Binary | 10111100 | 11011101 | 10010001 | 1111 | 0 | 100010 | 1101 | 1010110 | 110101 | 1001000 |
Color Harmonies of #BCDD91
Complementary color
Monochromatic Colors of #BCDD91
Black with #BCDD91
Text Example
Text Example
White with #BCDD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD91; }
p { color: rgb(188,221,145); }
H1.HeaderClassName
{
color: #BCDD91;
}
.AnyTagClassName
{
color: #BCDD91;
}
</style>
background-color css
<style>
a { background-color: #BCDD91; }
a { background-color: rgb(188,221,145); }
div.DivClassName
{
background-color: #BCDD91;
}
.BgClassName
{
background-color: #BCDD91;
}
</style>
border-color css
<style>
span { border-color: #BCDD91; }
span { border-color: rgb(188,221,145); }
td.TdClassName
{
border-color: #BCDD91;
}
.TagClassName
{
border-color: #BCDD91;
}
</style>