#C1CA5E

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

Shades of Wild Willow #C1CA5E

Tints of Wild Willow #C1CA5E

Color information

#C1CA5E (or 0xC1CA5E) is unknown color: approx Wild Willow. HEX triplet: C1, CA and 5E. RGB value is (193,202,94). Sum of RGB (Red+Green+Blue) = 193+202+94=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 94 (37.11% from 255 or 19.22% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CA5E is #3E35A1. Grayscale: #BBBBBB. Windows color (decimal): -4076962 or 6212289. OLE color: 6212289.

HSL color Cylindrical-coordinate representation of color #C1CA5E: hue angle of 65º 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 #C1CA5E is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB19320294-
CMYK0.0400.530.21
HSL65º50.47%58.04%-
HSV(B)65º53.47%79.22%-
XYZ45.1354.3918.71-
YUV18775.52132.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.47%
GREEN value IS 202 (79.30% from 255) = 41.31%
BLUE value IS 94 (37.11% from 255) = 19.22%
R=39.47%
G=41.31%
B=19.22%

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
Decimal193202940.0400.530.216550.4758.04
HexC1CA5E40351541323a
Octal3013121364065251016272
Binary110000011100101010111101000110101101011000001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CA5E; }

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

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

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

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

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

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

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

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