Shades of Sprout #BCE195
Tints of Sprout #BCE195
RGB
CMYK
RGB Variations
Color information
#BCE195 (or 0xBCE195) is known color: Sprout. HEX triplet: BC, E1 and 95. RGB value is (188,225,149). Sum of RGB (Red+Green+Blue) = 188+225+149=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE195 is #431E6A. Grayscale: #CDCDCD. Windows color (decimal): -4398699 or 9822652. OLE color: 9822652.
HSL color Cylindrical-coordinate representation of color #BCE195: hue angle of 89.21º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCE195 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 149 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.12 |
| HSL | 89.21º | 0.56% | 0.73% | - |
| HSV(B) | 89.21º | 0.34% | 0.88% | - |
| XYZ | 53.09 | 66.71 | 38.51 | - |
| YUV | 205.27 | 96.24 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 149 | 0.16 | 0 | 0.34 | 0.12 | 89.21 | 0.56 | 0.73 |
| Hex | BC | E1 | 95 | 10 | 0 | 22 | C | 59 | 38 | 49 |
| Octal | 274 | 341 | 225 | 20 | 0 | 42 | 14 | 131 | 70 | 111 |
| Binary | 10111100 | 11100001 | 10010101 | 10000 | 0 | 100010 | 1100 | 1011001 | 111000 | 1001001 |
Color Harmonies of #BCE195
Complementary color
Monochromatic Colors of #BCE195
Black with #BCE195
Text Example
Text Example
White with #BCE195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE195; }
p { color: rgb(188,225,149); }
H1.HeaderClassName
{
color: #BCE195;
}
.AnyTagClassName
{
color: #BCE195;
}
</style>
background-color css
<style>
a { background-color: #BCE195; }
a { background-color: rgb(188,225,149); }
div.DivClassName
{
background-color: #BCE195;
}
.BgClassName
{
background-color: #BCE195;
}
</style>
border-color css
<style>
span { border-color: #BCE195; }
span { border-color: rgb(188,225,149); }
td.TdClassName
{
border-color: #BCE195;
}
.TagClassName
{
border-color: #BCE195;
}
</style>