Extract Colour From Ui

Hi,
I have Ui with two color formats(Shown below in the Attached Image). From this, I want to find out whether it is a yellow or white color in the background, and on that basis, I want to perform some extraction and mathematical operation. how I can find out the Ui color and achieve this in UiPath?
image

which type of application is to handle (web app, desktop app, SAP…)?

Web Application which is having color code(Yellow & White)

in that case you can check if some class names / style definitions let allow to derive the color

OR
using the activity from here

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.