@blanchsb it’s a good thing you found it…the question got buried so fast in that thread;)
I was a bit unsure, because:
1. there was another site that posted a completely different hex value (but this color looked more like it to me) and
2. they gave this the RGB values of (255, 197, 0), which in Blender would mean a Green of about 0.77255, but typing in the Hex in Blender and then switching to RGB representation the Green is about 0.55834…
So I checked and C5 is indeed 197 in decimal.
The thing is that the Hex value in Blender is Gamma corrected and the RGB values are not!
If you type in 7F7F7F in Blender,(which is 127 or 0.5) then you get a Value of 0.5 in the HSV (with some rounding error),
but in RGB that gives (0.212, 0.212, 0.212)…
In the ‘old days’ a Value of 0.5 in HSV would yield a RGB of (0.5, 0.5, 0.5), but at a certain point in time (‘long’ before 2.8) they changed that. Don’t know why, but I remember Kent telling us this in one of his Shader Forge lessons..