Shades of Sprout #BCD78B
Tints of Sprout #BCD78B
RGB
CMYK
RGB Variations
Color information
#BCD78B (or 0xBCD78B) is known color: Sprout. HEX triplet: BC, D7 and 8B. RGB value is (188,215,139). Sum of RGB (Red+Green+Blue) = 188+215+139=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD78B is #432874. Grayscale: #C6C6C6. Windows color (decimal): -4401269 or 9164732. OLE color: 9164732.
HSL color Cylindrical-coordinate representation of color #BCD78B: hue angle of 81.32º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCD78B is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 139 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.16 |
| HSL | 81.32º | 0.49% | 0.69% | - |
| HSV(B) | 81.32º | 0.35% | 0.84% | - |
| XYZ | 49.7 | 61.16 | 33.61 | - |
| YUV | 198.26 | 94.55 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 139 | 0.13 | 0 | 0.35 | 0.16 | 81.32 | 0.49 | 0.69 |
| Hex | BC | D7 | 8B | D | 0 | 23 | 10 | 51 | 31 | 45 |
| Octal | 274 | 327 | 213 | 15 | 0 | 43 | 20 | 121 | 61 | 105 |
| Binary | 10111100 | 11010111 | 10001011 | 1101 | 0 | 100011 | 10000 | 1010001 | 110001 | 1000101 |
Color Harmonies of #BCD78B
Complementary color
Monochromatic Colors of #BCD78B
Black with #BCD78B
Text Example
Text Example
White with #BCD78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD78B; }
p { color: rgb(188,215,139); }
H1.HeaderClassName
{
color: #BCD78B;
}
.AnyTagClassName
{
color: #BCD78B;
}
</style>
background-color css
<style>
a { background-color: #BCD78B; }
a { background-color: rgb(188,215,139); }
div.DivClassName
{
background-color: #BCD78B;
}
.BgClassName
{
background-color: #BCD78B;
}
</style>
border-color css
<style>
span { border-color: #BCD78B; }
span { border-color: rgb(188,215,139); }
td.TdClassName
{
border-color: #BCD78B;
}
.TagClassName
{
border-color: #BCD78B;
}
</style>