Shades of Sprout #BCD98F
Tints of Sprout #BCD98F
RGB
CMYK
RGB Variations
Color information
#BCD98F (or 0xBCD98F) is known color: Sprout. HEX triplet: BC, D9 and 8F. RGB value is (188,217,143). Sum of RGB (Red+Green+Blue) = 188+217+143=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 143 (56.25% from 255 or 26.09% from 548); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD98F is #432670. Grayscale: #C8C8C8. Windows color (decimal): -4400753 or 9427388. OLE color: 9427388.
HSL color Cylindrical-coordinate representation of color #BCD98F: hue angle of 83.51º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCD98F is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 143 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.15 |
| HSL | 83.51º | 0.49% | 0.71% | - |
| HSV(B) | 83.51º | 0.34% | 0.85% | - |
| XYZ | 50.51 | 62.3 | 35.35 | - |
| YUV | 199.89 | 95.89 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 143 | 0.13 | 0 | 0.34 | 0.15 | 83.51 | 0.49 | 0.71 |
| Hex | BC | D9 | 8F | D | 0 | 22 | F | 54 | 31 | 47 |
| Octal | 274 | 331 | 217 | 15 | 0 | 42 | 17 | 124 | 61 | 107 |
| Binary | 10111100 | 11011001 | 10001111 | 1101 | 0 | 100010 | 1111 | 1010100 | 110001 | 1000111 |
Color Harmonies of #BCD98F
Complementary color
Monochromatic Colors of #BCD98F
Black with #BCD98F
Text Example
Text Example
White with #BCD98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD98F; }
p { color: rgb(188,217,143); }
H1.HeaderClassName
{
color: #BCD98F;
}
.AnyTagClassName
{
color: #BCD98F;
}
</style>
background-color css
<style>
a { background-color: #BCD98F; }
a { background-color: rgb(188,217,143); }
div.DivClassName
{
background-color: #BCD98F;
}
.BgClassName
{
background-color: #BCD98F;
}
</style>
border-color css
<style>
span { border-color: #BCD98F; }
span { border-color: rgb(188,217,143); }
td.TdClassName
{
border-color: #BCD98F;
}
.TagClassName
{
border-color: #BCD98F;
}
</style>