Shades of Sprout #BCD98C
Tints of Sprout #BCD98C
RGB
CMYK
RGB Variations
Color information
#BCD98C (or 0xBCD98C) is known color: Sprout. HEX triplet: BC, D9 and 8C. RGB value is (188,217,140). Sum of RGB (Red+Green+Blue) = 188+217+140=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD98C is #432673. Grayscale: #C7C7C7. Windows color (decimal): -4400756 or 9230780. OLE color: 9230780.
HSL color Cylindrical-coordinate representation of color #BCD98C: hue angle of 82.6º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCD98C is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 140 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.15 |
| HSL | 82.6º | 0.5% | 0.7% | - |
| HSV(B) | 82.6º | 0.35% | 0.85% | - |
| XYZ | 50.29 | 62.21 | 34.17 | - |
| YUV | 199.55 | 94.39 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 140 | 0.13 | 0 | 0.35 | 0.15 | 82.6 | 0.5 | 0.7 |
| Hex | BC | D9 | 8C | D | 0 | 23 | F | 53 | 32 | 46 |
| Octal | 274 | 331 | 214 | 15 | 0 | 43 | 17 | 123 | 62 | 106 |
| Binary | 10111100 | 11011001 | 10001100 | 1101 | 0 | 100011 | 1111 | 1010011 | 110010 | 1000110 |
Color Harmonies of #BCD98C
Complementary color
Monochromatic Colors of #BCD98C
Black with #BCD98C
Text Example
Text Example
White with #BCD98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD98C; }
p { color: rgb(188,217,140); }
H1.HeaderClassName
{
color: #BCD98C;
}
.AnyTagClassName
{
color: #BCD98C;
}
</style>
background-color css
<style>
a { background-color: #BCD98C; }
a { background-color: rgb(188,217,140); }
div.DivClassName
{
background-color: #BCD98C;
}
.BgClassName
{
background-color: #BCD98C;
}
</style>
border-color css
<style>
span { border-color: #BCD98C; }
span { border-color: rgb(188,217,140); }
td.TdClassName
{
border-color: #BCD98C;
}
.TagClassName
{
border-color: #BCD98C;
}
</style>