Shades of Sprout #BCD995
Tints of Sprout #BCD995
RGB
CMYK
RGB Variations
Color information
#BCD995 (or 0xBCD995) is known color: Sprout. HEX triplet: BC, D9 and 95. RGB value is (188,217,149). Sum of RGB (Red+Green+Blue) = 188+217+149=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD995 is #43266A. Grayscale: #C8C8C8. Windows color (decimal): -4400747 or 9820604. OLE color: 9820604.
HSL color Cylindrical-coordinate representation of color #BCD995: hue angle of 85.59º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCD995 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 149 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.15 |
| HSL | 85.59º | 0.47% | 0.72% | - |
| HSV(B) | 85.59º | 0.31% | 0.85% | - |
| XYZ | 50.98 | 62.49 | 37.81 | - |
| YUV | 200.58 | 98.89 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 149 | 0.13 | 0 | 0.31 | 0.15 | 85.59 | 0.47 | 0.72 |
| Hex | BC | D9 | 95 | D | 0 | 1F | F | 56 | 2F | 48 |
| Octal | 274 | 331 | 225 | 15 | 0 | 37 | 17 | 126 | 57 | 110 |
| Binary | 10111100 | 11011001 | 10010101 | 1101 | 0 | 11111 | 1111 | 1010110 | 101111 | 1001000 |
Color Harmonies of #BCD995
Complementary color
Monochromatic Colors of #BCD995
Black with #BCD995
Text Example
Text Example
White with #BCD995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD995; }
p { color: rgb(188,217,149); }
H1.HeaderClassName
{
color: #BCD995;
}
.AnyTagClassName
{
color: #BCD995;
}
</style>
background-color css
<style>
a { background-color: #BCD995; }
a { background-color: rgb(188,217,149); }
div.DivClassName
{
background-color: #BCD995;
}
.BgClassName
{
background-color: #BCD995;
}
</style>
border-color css
<style>
span { border-color: #BCD995; }
span { border-color: rgb(188,217,149); }
td.TdClassName
{
border-color: #BCD995;
}
.TagClassName
{
border-color: #BCD995;
}
</style>