#C2CA5E

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

Shades of Wild Willow #C2CA5E

Tints of Wild Willow #C2CA5E

Color information

#C2CA5E (or 0xC2CA5E) is unknown color: approx Wild Willow. HEX triplet: C2, CA and 5E. RGB value is (194,202,94). Sum of RGB (Red+Green+Blue) = 194+202+94=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 94 (37.11% from 255 or 19.18% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CA5E is #3D35A1. Grayscale: #BBBBBB. Windows color (decimal): -4011426 or 6212290. OLE color: 6212290.

HSL color Cylindrical-coordinate representation of color #C2CA5E: hue angle of 64.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2CA5E is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB19420294-
CMYK0.0400.530.21
HSL64.44º50.47%58.04%-
HSV(B)64.44º53.47%79.22%-
XYZ45.3954.5218.72-
YUV187.375.35132.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.59%
GREEN value IS 202 (79.30% from 255) = 41.22%
BLUE value IS 94 (37.11% from 255) = 19.18%
R=39.59%
G=41.22%
B=19.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal194202940.0400.530.2164.4450.4758.04
HexC2CA5E40351540323a
Octal3023121364065251006272
Binary110000101100101010111101000110101101011000000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CA5E; }

 p { color: rgb(194,202,94); }

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

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

 a { background-color: rgb(194,202,94); }

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

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

 span { border-color: rgb(194,202,94); }

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