#c1d660

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

Shades of Wild Willow #C1D660

Tints of Wild Willow #C1D660

Color information

#C1D660 (or 0xC1D660) is unknown color: approx Wild Willow. HEX triplet: C1, D6 and 60. RGB value is (193,214,96). Sum of RGB (Red+Green+Blue) = 193+214+96=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 96 (37.89% from 255 or 19.09% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #C1D660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D660 is #3E299F. Grayscale: #C2C2C2. Windows color (decimal): -4073888 or 6346433. OLE color: 6346433.

HSL color Cylindrical-coordinate representation of color #C1D660: hue angle of 70.68º 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 #C1D660 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB19321496-
CMYK0.1000.550.16
HSL70.68º59%60.78%-
HSV(B)70.68º55.14%83.92%-
XYZ48.1560.2820.16-
YUV194.2772.54127.09-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.37%
GREEN value IS 214 (83.98% from 255) = 42.54%
BLUE value IS 96 (37.89% from 255) = 19.09%
R=38.37%
G=42.54%
B=19.09%

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
Decimal193214960.1000.550.1670.685960.78
HexC1D660A03710473b3d
Octal30132614012067201077375
Binary1100000111010110110000010100110111100001000111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1d660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1d660; }

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

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

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

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

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

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

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

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