Shades of Sprout #BCD78F
Tints of Sprout #BCD78F
RGB
CMYK
RGB Variations
Color information
#BCD78F (or 0xBCD78F) is known color: Sprout. HEX triplet: BC, D7 and 8F. RGB value is (188,215,143). Sum of RGB (Red+Green+Blue) = 188+215+143=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 215 (84.38% from 255 or 39.38% from 546); Blue value is 143 (56.25% from 255 or 26.19% from 546); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD78F is #432870. Grayscale: #C6C6C6. Windows color (decimal): -4401265 or 9426876. OLE color: 9426876.
HSL color Cylindrical-coordinate representation of color #BCD78F: hue angle of 82.5º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCD78F is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 143 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.16 |
| HSL | 82.5º | 0.47% | 0.7% | - |
| HSV(B) | 82.5º | 0.33% | 0.84% | - |
| XYZ | 50 | 61.28 | 35.18 | - |
| YUV | 198.72 | 96.55 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 143 | 0.13 | 0 | 0.33 | 0.16 | 82.5 | 0.47 | 0.7 |
| Hex | BC | D7 | 8F | D | 0 | 21 | 10 | 52 | 2F | 46 |
| Octal | 274 | 327 | 217 | 15 | 0 | 41 | 20 | 122 | 57 | 106 |
| Binary | 10111100 | 11010111 | 10001111 | 1101 | 0 | 100001 | 10000 | 1010010 | 101111 | 1000110 |
Color Harmonies of #BCD78F
Complementary color
Monochromatic Colors of #BCD78F
Black with #BCD78F
Text Example
Text Example
White with #BCD78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD78F; }
p { color: rgb(188,215,143); }
H1.HeaderClassName
{
color: #BCD78F;
}
.AnyTagClassName
{
color: #BCD78F;
}
</style>
background-color css
<style>
a { background-color: #BCD78F; }
a { background-color: rgb(188,215,143); }
div.DivClassName
{
background-color: #BCD78F;
}
.BgClassName
{
background-color: #BCD78F;
}
</style>
border-color css
<style>
span { border-color: #BCD78F; }
span { border-color: rgb(188,215,143); }
td.TdClassName
{
border-color: #BCD78F;
}
.TagClassName
{
border-color: #BCD78F;
}
</style>