#C0D660

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

Shades of Wild Willow #C0D660

Tints of Wild Willow #C0D660

Color information

#C0D660 (or 0xC0D660) is unknown color: approx Wild Willow. HEX triplet: C0, D6 and 60. RGB value is (192,214,96). Sum of RGB (Red+Green+Blue) = 192+214+96=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D660 is #3F299F. Grayscale: #C2C2C2. Windows color (decimal): -4139424 or 6346432. OLE color: 6346432.

HSL color Cylindrical-coordinate representation of color #C0D660: hue angle of 71.19º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0D660 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB19221496-
CMYK0.1000.550.16
HSL71.19º59%60.78%-
HSV(B)71.19º55.14%83.92%-
XYZ47.960.1420.15-
YUV193.9772.71126.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.25%
GREEN value IS 214 (83.98% from 255) = 42.63%
BLUE value IS 96 (37.89% from 255) = 19.12%
R=38.25%
G=42.63%
B=19.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal192214960.1000.550.1671.195960.78
HexC0D660A03710473b3d
Octal30032614012067201077375
Binary1100000011010110110000010100110111100001000111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D660; }

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

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

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

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

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

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

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

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