#C4CD63

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

Shades of Wild Willow #C4CD63

Tints of Wild Willow #C4CD63

Color information

#C4CD63 (or 0xC4CD63) is unknown color: approx Wild Willow. HEX triplet: C4, CD and 63. RGB value is (196,205,99). Sum of RGB (Red+Green+Blue) = 196+205+99=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 99 (39.06% from 255 or 19.8% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CD63 is #3B329C. Grayscale: #BEBEBE. Windows color (decimal): -3879581 or 6540740. OLE color: 6540740.

HSL color Cylindrical-coordinate representation of color #C4CD63: hue angle of 65.09º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4CD63 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB19620599-
CMYK0.0400.520.20
HSL65.09º51.46%59.61%-
HSV(B)65.09º51.71%80.39%-
XYZ46.8556.320.2-
YUV190.2276.52132.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.2%
GREEN value IS 205 (80.47% from 255) = 41%
BLUE value IS 99 (39.06% from 255) = 19.8%
R=39.2%
G=41%
B=19.8%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal196205990.0400.520.2065.0951.4659.61
HexC4CD6340341441333c
Octal3043151434064241016374
Binary110001001100110111000111000110100101001000001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CD63; }

 p { color: rgb(196,205,99); }

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

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

 a { background-color: rgb(196,205,99); }

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

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

 span { border-color: rgb(196,205,99); }

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