Shades of Sprout #BCDB91
Tints of Sprout #BCDB91
RGB
CMYK
RGB Variations
Color information
#BCDB91 (or 0xBCDB91) is known color: Sprout. HEX triplet: BC, DB and 91. RGB value is (188,219,145). Sum of RGB (Red+Green+Blue) = 188+219+145=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 145 (57.03% from 255 or 26.27% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDB91 is #43246E. Grayscale: #C9C9C9. Windows color (decimal): -4400239 or 9558972. OLE color: 9558972.
HSL color Cylindrical-coordinate representation of color #BCDB91: hue angle of 85.14º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCDB91 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 145 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.14 |
| HSL | 85.14º | 0.51% | 0.71% | - |
| HSV(B) | 85.14º | 0.34% | 0.86% | - |
| XYZ | 51.18 | 63.4 | 36.33 | - |
| YUV | 201.3 | 96.23 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 145 | 0.14 | 0 | 0.34 | 0.14 | 85.14 | 0.51 | 0.71 |
| Hex | BC | DB | 91 | E | 0 | 22 | E | 55 | 33 | 47 |
| Octal | 274 | 333 | 221 | 16 | 0 | 42 | 16 | 125 | 63 | 107 |
| Binary | 10111100 | 11011011 | 10010001 | 1110 | 0 | 100010 | 1110 | 1010101 | 110011 | 1000111 |
Color Harmonies of #BCDB91
Complementary color
Monochromatic Colors of #BCDB91
Black with #BCDB91
Text Example
Text Example
White with #BCDB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB91; }
p { color: rgb(188,219,145); }
H1.HeaderClassName
{
color: #BCDB91;
}
.AnyTagClassName
{
color: #BCDB91;
}
</style>
background-color css
<style>
a { background-color: #BCDB91; }
a { background-color: rgb(188,219,145); }
div.DivClassName
{
background-color: #BCDB91;
}
.BgClassName
{
background-color: #BCDB91;
}
</style>
border-color css
<style>
span { border-color: #BCDB91; }
span { border-color: rgb(188,219,145); }
td.TdClassName
{
border-color: #BCDB91;
}
.TagClassName
{
border-color: #BCDB91;
}
</style>