#C3DC6C

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

Shades of Wild Willow #C3DC6C

Tints of Wild Willow #C3DC6C

Color information

#C3DC6C (or 0xC3DC6C) is unknown color: approx Wild Willow. HEX triplet: C3, DC and 6C. RGB value is (195,220,108). Sum of RGB (Red+Green+Blue) = 195+220+108=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DC6C is #3C2393. Grayscale: #C8C8C8. Windows color (decimal): -3941268 or 7134403. OLE color: 7134403.

HSL color Cylindrical-coordinate representation of color #C3DC6C: hue angle of 73.39º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3DC6C is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB195220108-
CMYK0.1100.510.14
HSL73.39º61.54%64.31%-
HSV(B)73.39º50.91%86.27%-
XYZ50.8163.8723.84-
YUV199.7676.22124.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.28%
GREEN value IS 220 (86.33% from 255) = 42.07%
BLUE value IS 108 (42.58% from 255) = 20.65%
R=37.28%
G=42.07%
B=20.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952201080.1100.510.1473.3961.5464.31
HexC3DC6CB033E493e40
Octal303334154130631611176100
Binary1100001111011100110110010110110011111010010011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DC6C; }

 p { color: rgb(195,220,108); }

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

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

 a { background-color: rgb(195,220,108); }

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

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

 span { border-color: rgb(195,220,108); }

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