#C6D564

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

Shades of Wild Willow #C6D564

Tints of Wild Willow #C6D564

Color information

#C6D564 (or 0xC6D564) is unknown color: approx Wild Willow. HEX triplet: C6, D5 and 64. RGB value is (198,213,100). Sum of RGB (Red+Green+Blue) = 198+213+100=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D564 is #392A9B. Grayscale: #C4C4C4. Windows color (decimal): -3746460 or 6608326. OLE color: 6608326.

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

Color convert

RGB198213100-
CMYK0.0700.530.16
HSL67.96º57.36%61.37%-
HSV(B)67.96º53.05%83.53%-
XYZ49.3860.5121.13-
YUV195.6374.03129.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.75%
GREEN value IS 213 (83.59% from 255) = 41.68%
BLUE value IS 100 (39.45% from 255) = 19.57%
R=38.75%
G=41.68%
B=19.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1982131000.0700.530.1667.9657.3661.37
HexC6D56470351044393d
Octal3063251447065201047175
Binary110001101101010111001001110110101100001000100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D564; }

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

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

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

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

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

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

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

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