Shades of Sprout #BCD196
Tints of Sprout #BCD196
RGB
CMYK
RGB Variations
Color information
#BCD196 (or 0xBCD196) is known color: Sprout. HEX triplet: BC, D1 and 96. RGB value is (188,209,150). Sum of RGB (Red+Green+Blue) = 188+209+150=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD196 is #432E69. Grayscale: #C4C4C4. Windows color (decimal): -4402794 or 9884092. OLE color: 9884092.
HSL color Cylindrical-coordinate representation of color #BCD196: hue angle of 81.36º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCD196 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 150 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.18 |
| HSL | 81.36º | 0.39% | 0.7% | - |
| HSV(B) | 81.36º | 0.28% | 0.82% | - |
| XYZ | 49.04 | 58.49 | 37.56 | - |
| YUV | 196 | 102.04 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 150 | 0.10 | 0 | 0.28 | 0.18 | 81.36 | 0.39 | 0.7 |
| Hex | BC | D1 | 96 | A | 0 | 1C | 12 | 51 | 27 | 46 |
| Octal | 274 | 321 | 226 | 12 | 0 | 34 | 22 | 121 | 47 | 106 |
| Binary | 10111100 | 11010001 | 10010110 | 1010 | 0 | 11100 | 10010 | 1010001 | 100111 | 1000110 |
Color Harmonies of #BCD196
Complementary color
Monochromatic Colors of #BCD196
Black with #BCD196
Text Example
Text Example
White with #BCD196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD196; }
p { color: rgb(188,209,150); }
H1.HeaderClassName
{
color: #BCD196;
}
.AnyTagClassName
{
color: #BCD196;
}
</style>
background-color css
<style>
a { background-color: #BCD196; }
a { background-color: rgb(188,209,150); }
div.DivClassName
{
background-color: #BCD196;
}
.BgClassName
{
background-color: #BCD196;
}
</style>
border-color css
<style>
span { border-color: #BCD196; }
span { border-color: rgb(188,209,150); }
td.TdClassName
{
border-color: #BCD196;
}
.TagClassName
{
border-color: #BCD196;
}
</style>