The picture is:

How do I isolate the green chips? The result must be in black and white. It doesn't have to be perfect.
To isolate the blue ones I used:
I=imread('Picture.png'); A=I(:,:,3); B=(A>230) figure imshow (B)
How do I isolate i)Green ii)Yellow