#C2CD60

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

Shades of Wild Willow #C2CD60

Tints of Wild Willow #C2CD60

Color information

#C2CD60 (or 0xC2CD60) is unknown color: approx Wild Willow. HEX triplet: C2, CD and 60. RGB value is (194,205,96). Sum of RGB (Red+Green+Blue) = 194+205+96=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CD60 is #3D329F. Grayscale: #BDBDBD. Windows color (decimal): -4010656 or 6344130. OLE color: 6344130.

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

Color convert

RGB19420596-
CMYK0.0500.530.20
HSL66.06º52.15%59.02%-
HSV(B)66.06º53.17%80.39%-
XYZ46.1955.9819.44-
YUV189.2875.36131.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.19%
GREEN value IS 205 (80.47% from 255) = 41.41%
BLUE value IS 96 (37.89% from 255) = 19.39%
R=39.19%
G=41.41%
B=19.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal194205960.0500.530.2066.0652.1559.02
HexC2CD6050351442343b
Octal3023151405065241026473
Binary110000101100110111000001010110101101001000010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CD60; }

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

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

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

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

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

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

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

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