Shades of Sprout #BCD78E
Tints of Sprout #BCD78E
RGB
CMYK
RGB Variations
Color information
#BCD78E (or 0xBCD78E) is known color: Sprout. HEX triplet: BC, D7 and 8E. RGB value is (188,215,142). Sum of RGB (Red+Green+Blue) = 188+215+142=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD78E is #432871. Grayscale: #C6C6C6. Windows color (decimal): -4401266 or 9361340. OLE color: 9361340.
HSL color Cylindrical-coordinate representation of color #BCD78E: hue angle of 82.19º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCD78E is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 142 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.16 |
| HSL | 82.19º | 0.48% | 0.7% | - |
| HSV(B) | 82.19º | 0.34% | 0.84% | - |
| XYZ | 49.92 | 61.25 | 34.78 | - |
| YUV | 198.61 | 96.05 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 142 | 0.13 | 0 | 0.34 | 0.16 | 82.19 | 0.48 | 0.7 |
| Hex | BC | D7 | 8E | D | 0 | 22 | 10 | 52 | 30 | 46 |
| Octal | 274 | 327 | 216 | 15 | 0 | 42 | 20 | 122 | 60 | 106 |
| Binary | 10111100 | 11010111 | 10001110 | 1101 | 0 | 100010 | 10000 | 1010010 | 110000 | 1000110 |
Color Harmonies of #BCD78E
Complementary color
Monochromatic Colors of #BCD78E
Black with #BCD78E
Text Example
Text Example
White with #BCD78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD78E; }
p { color: rgb(188,215,142); }
H1.HeaderClassName
{
color: #BCD78E;
}
.AnyTagClassName
{
color: #BCD78E;
}
</style>
background-color css
<style>
a { background-color: #BCD78E; }
a { background-color: rgb(188,215,142); }
div.DivClassName
{
background-color: #BCD78E;
}
.BgClassName
{
background-color: #BCD78E;
}
</style>
border-color css
<style>
span { border-color: #BCD78E; }
span { border-color: rgb(188,215,142); }
td.TdClassName
{
border-color: #BCD78E;
}
.TagClassName
{
border-color: #BCD78E;
}
</style>