#C6D964

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

Shades of Wild Willow #C6D964

Tints of Wild Willow #C6D964

Color information

#C6D964 (or 0xC6D964) is unknown color: approx Wild Willow. HEX triplet: C6, D9 and 64. RGB value is (198,217,100). Sum of RGB (Red+Green+Blue) = 198+217+100=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 100 (39.45% from 255 or 19.42% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D964 is #39269B. Grayscale: #C6C6C6. Windows color (decimal): -3745436 or 6609350. OLE color: 6609350.

HSL color Cylindrical-coordinate representation of color #C6D964: hue angle of 69.74º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C6D964 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB198217100-
CMYK0.0900.540.15
HSL69.74º60.62%62.16%-
HSV(B)69.74º53.92%85.1%-
XYZ50.462.5521.47-
YUV197.9872.71128.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.45%
GREEN value IS 217 (85.16% from 255) = 42.14%
BLUE value IS 100 (39.45% from 255) = 19.42%
R=38.45%
G=42.14%
B=19.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1982171000.0900.540.1569.7460.6262.16
HexC6D9649036F463d3e
Octal30633114411066171067576
Binary110001101101100111001001001011011011111000110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D964; }

 p { color: rgb(198,217,100); }

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

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

 a { background-color: rgb(198,217,100); }

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

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

 span { border-color: rgb(198,217,100); }

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