#C6CA6E

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

Shades of Wild Willow #C6CA6E

Tints of Wild Willow #C6CA6E

Color information

#C6CA6E (or 0xC6CA6E) is unknown color: approx Wild Willow. HEX triplet: C6, CA and 6E. RGB value is (198,202,110). Sum of RGB (Red+Green+Blue) = 198+202+110=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 110 (43.36% from 255 or 21.57% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CA6E is #393591. Grayscale: #BEBEBE. Windows color (decimal): -3749266 or 7260870. OLE color: 7260870.

HSL color Cylindrical-coordinate representation of color #C6CA6E: hue angle of 62.61º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C6CA6E is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB198202110-
CMYK0.0200.460.21
HSL62.61º46.46%61.18%-
HSV(B)62.61º45.54%79.22%-
XYZ47.2255.3722.95-
YUV190.3282.67133.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.82%
GREEN value IS 202 (79.30% from 255) = 39.61%
BLUE value IS 110 (43.36% from 255) = 21.57%
R=38.82%
G=39.61%
B=21.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1982021100.0200.460.2162.6146.4661.18
HexC6CA6E202E153f2e3d
Octal306312156205625775675
Binary1100011011001010110111010010111010101111111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CA6E; }

 p { color: rgb(198,202,110); }

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

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

 a { background-color: rgb(198,202,110); }

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

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

 span { border-color: rgb(198,202,110); }

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