#C5CA50

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

Shades of Wild Willow #C5CA50

Tints of Wild Willow #C5CA50

Color information

#C5CA50 (or 0xC5CA50) is unknown color: approx Wild Willow. HEX triplet: C5, CA and 50. RGB value is (197,202,80). Sum of RGB (Red+Green+Blue) = 197+202+80=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CA50 is #3A35AF. Grayscale: #BBBBBB. Windows color (decimal): -3814832 or 5294789. OLE color: 5294789.

HSL color Cylindrical-coordinate representation of color #C5CA50: hue angle of 62.46º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5CA50 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB19720280-
CMYK0.0200.600.21
HSL62.46º53.51%55.29%-
HSV(B)62.46º60.4%79.22%-
XYZ45.5954.6915.74-
YUV186.667.84135.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.13%
GREEN value IS 202 (79.30% from 255) = 42.17%
BLUE value IS 80 (31.64% from 255) = 16.70%
R=41.13%
G=42.17%
B=16.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal197202800.0200.600.2162.4653.5155.29
HexC5CA50203C153e3637
Octal305312120207425766667
Binary1100010111001010101000010011110010101111110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CA50; }

 p { color: rgb(197,202,80); }

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

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

 a { background-color: rgb(197,202,80); }

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

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

 span { border-color: rgb(197,202,80); }

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