Shades of Sprout #BCDB98
Tints of Sprout #BCDB98
RGB
CMYK
RGB Variations
Color information
#BCDB98 (or 0xBCDB98) is known color: Sprout. HEX triplet: BC, DB and 98. RGB value is (188,219,152). Sum of RGB (Red+Green+Blue) = 188+219+152=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 152 (59.77% from 255 or 27.19% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDB98 is #432467. Grayscale: #CACACA. Windows color (decimal): -4400232 or 10017724. OLE color: 10017724.
HSL color Cylindrical-coordinate representation of color #BCDB98: hue angle of 87.76º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCDB98 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 152 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.14 |
| HSL | 87.76º | 0.48% | 0.73% | - |
| HSV(B) | 87.76º | 0.31% | 0.86% | - |
| XYZ | 51.74 | 63.62 | 39.26 | - |
| YUV | 202.09 | 99.73 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 152 | 0.14 | 0 | 0.31 | 0.14 | 87.76 | 0.48 | 0.73 |
| Hex | BC | DB | 98 | E | 0 | 1F | E | 58 | 30 | 49 |
| Octal | 274 | 333 | 230 | 16 | 0 | 37 | 16 | 130 | 60 | 111 |
| Binary | 10111100 | 11011011 | 10011000 | 1110 | 0 | 11111 | 1110 | 1011000 | 110000 | 1001001 |
Color Harmonies of #BCDB98
Complementary color
Monochromatic Colors of #BCDB98
Black with #BCDB98
Text Example
Text Example
White with #BCDB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB98; }
p { color: rgb(188,219,152); }
H1.HeaderClassName
{
color: #BCDB98;
}
.AnyTagClassName
{
color: #BCDB98;
}
</style>
background-color css
<style>
a { background-color: #BCDB98; }
a { background-color: rgb(188,219,152); }
div.DivClassName
{
background-color: #BCDB98;
}
.BgClassName
{
background-color: #BCDB98;
}
</style>
border-color css
<style>
span { border-color: #BCDB98; }
span { border-color: rgb(188,219,152); }
td.TdClassName
{
border-color: #BCDB98;
}
.TagClassName
{
border-color: #BCDB98;
}
</style>