#C1CA5D

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

Shades of Wild Willow #C1CA5D

Tints of Wild Willow #C1CA5D

Color information

#C1CA5D (or 0xC1CA5D) is unknown color: approx Wild Willow. HEX triplet: C1, CA and 5D. RGB value is (193,202,93). Sum of RGB (Red+Green+Blue) = 193+202+93=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CA5D is #3E35A2. Grayscale: #BBBBBB. Windows color (decimal): -4076963 or 6146753. OLE color: 6146753.

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

Color convert

RGB19320293-
CMYK0.0400.540.21
HSL64.95º50.7%57.84%-
HSV(B)64.95º53.96%79.22%-
XYZ45.0954.3718.47-
YUV186.8875.02132.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.55%
GREEN value IS 202 (79.30% from 255) = 41.39%
BLUE value IS 93 (36.72% from 255) = 19.06%
R=39.55%
G=41.39%
B=19.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal193202930.0400.540.2164.9550.757.84
HexC1CA5D40361541333a
Octal3013121354066251016372
Binary110000011100101010111011000110110101011000001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CA5D; }

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

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

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

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

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

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

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

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