View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Arturo Arturo is offline
external usenet poster
 
Posts: 108
Default Color Palate Limitations €“ Cell Interiors

Hello €“
I have been given some RGB codes to use to match a website.
When I plug those codes in, comparatively what I see is not what I get.
RGB(142, 150, 109) on the site is a smoky green.
That color also has another code of (#8e966d) should this be used instead
and if so how?
Range("A1").Interior.Color = RGB(142, 150, 109) shows up as a grey.
If the codes are accurate why wont this just respond as expected?

Appreciatively,
Arturo