#C5C75E

Color #C5C75E Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #C5C75E

Tints of Wild Willow #C5C75E

Color information

#C5C75E (or 0xC5C75E) is unknown color: approx Wild Willow. HEX triplet: C5, C7 and 5E. RGB value is (197,199,94). Sum of RGB (Red+Green+Blue) = 197+199+94=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 94 (37.11% from 255 or 19.18% from 490); Max value from RGB is 199 - color contains mainly: green. Hex color #C5C75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C75E is #3A38A1. Grayscale: #BABABA. Windows color (decimal): -3815586 or 6211525. OLE color: 6211525.

HSL color Cylindrical-coordinate representation of color #C5C75E: hue angle of 61.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5C75E is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB19719994-
CMYK0.0100.530.22
HSL61.14º48.39%57.45%-
HSV(B)61.14º52.76%78.04%-
XYZ45.4753.5318.52-
YUV186.4375.84135.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 40.20%
GREEN value IS 199 (78.12% from 255) = 40.61%
BLUE value IS 94 (37.11% from 255) = 19.18%
R=40.20%
G=40.61%
B=19.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal197199940.0100.530.2261.1448.3957.45
HexC5C75E1035163d3039
Octal305307136106526756071
Binary110001011100011110111101011010110110111101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C75E; }

 p { color: rgb(197,199,94); }

 H1.HeaderClassName
 {
   color: #C5C75E;
 }
 .AnyTagClassName
 {
   color: #C5C75E;
 }
</style>
background-color css

<style>
 a { background-color: #C5C75E; }

 a { background-color: rgb(197,199,94); }

 div.DivClassName
 {
   background-color: #C5C75E;
 }
 .BgClassName
 {
   background-color: #C5C75E;
 }
</style>
border-color css

<style>
 span { border-color: #C5C75E; }

 span { border-color: rgb(197,199,94); }

 td.TdClassName
 {
   border-color: #C5C75E;
 }
 .TagClassName
 {
   border-color: #C5C75E;
 }
</style>