#C6D655

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

Shades of Wild Willow #C6D655

Tints of Wild Willow #C6D655

Color information

#C6D655 (or 0xC6D655) is unknown color: approx Wild Willow. HEX triplet: C6, D6 and 55. RGB value is (198,214,85). Sum of RGB (Red+Green+Blue) = 198+214+85=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D655 is #3929AA. Grayscale: #C3C3C3. Windows color (decimal): -3746219 or 5625542. OLE color: 5625542.

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

Color convert

RGB19821485-
CMYK0.0700.600.16
HSL67.44º61.14%58.63%-
HSV(B)67.44º60.28%83.92%-
XYZ48.9760.7517.74-
YUV194.5166.2130.49-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.84%
GREEN value IS 214 (83.98% from 255) = 43.06%
BLUE value IS 85 (33.59% from 255) = 17.10%
R=39.84%
G=43.06%
B=17.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal198214850.0700.600.1667.4461.1458.63
HexC6D655703C10433d3b
Octal3063261257074201037573
Binary110001101101011010101011110111100100001000011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D655; }

 p { color: rgb(198,214,85); }

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

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

 a { background-color: rgb(198,214,85); }

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

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

 span { border-color: rgb(198,214,85); }

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