#C0CD60

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

Shades of Wild Willow #C0CD60

Tints of Wild Willow #C0CD60

Color information

#C0CD60 (or 0xC0CD60) is unknown color: approx Wild Willow. HEX triplet: C0, CD and 60. RGB value is (192,205,96). Sum of RGB (Red+Green+Blue) = 192+205+96=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CD60 is #3F329F. Grayscale: #BDBDBD. Windows color (decimal): -4141728 or 6344128. OLE color: 6344128.

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

Color convert

RGB19220596-
CMYK0.0600.530.20
HSL67.16º52.15%59.02%-
HSV(B)67.16º53.17%80.39%-
XYZ45.6855.7119.41-
YUV188.6975.69130.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.95%
GREEN value IS 205 (80.47% from 255) = 41.58%
BLUE value IS 96 (37.89% from 255) = 19.47%
R=38.95%
G=41.58%
B=19.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal192205960.0600.530.2067.1652.1559.02
HexC0CD6060351443343b
Octal3003151406065241036473
Binary110000001100110111000001100110101101001000011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CD60; }

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

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

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

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

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

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

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

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