#C4CD60

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

Shades of Wild Willow #C4CD60

Tints of Wild Willow #C4CD60

Color information

#C4CD60 (or 0xC4CD60) is unknown color: approx Wild Willow. HEX triplet: C4, CD and 60. RGB value is (196,205,96). Sum of RGB (Red+Green+Blue) = 196+205+96=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CD60 is #3B329F. Grayscale: #BEBEBE. Windows color (decimal): -3879584 or 6344132. OLE color: 6344132.

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

Color convert

RGB19620596-
CMYK0.0400.530.20
HSL64.95º52.15%59.02%-
HSV(B)64.95º53.17%80.39%-
XYZ46.7156.2419.46-
YUV189.8875.02132.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.44%
GREEN value IS 205 (80.47% from 255) = 41.25%
BLUE value IS 96 (37.89% from 255) = 19.32%
R=39.44%
G=41.25%
B=19.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal196205960.0400.530.2064.9552.1559.02
HexC4CD6040351441343b
Octal3043151404065241016473
Binary110001001100110111000001000110101101001000001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CD60; }

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

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

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

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

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

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

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

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