#C6CD6D

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

Shades of Wild Willow #C6CD6D

Tints of Wild Willow #C6CD6D

Color information

#C6CD6D (or 0xC6CD6D) is unknown color: approx Wild Willow. HEX triplet: C6, CD and 6D. RGB value is (198,205,109). Sum of RGB (Red+Green+Blue) = 198+205+109=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CD6D is #393292. Grayscale: #C0C0C0. Windows color (decimal): -3748499 or 7196102. OLE color: 7196102.

HSL color Cylindrical-coordinate representation of color #C6CD6D: hue angle of 64.38º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6CD6D is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB198205109-
CMYK0.0300.470.20
HSL64.38º48.98%61.57%-
HSV(B)64.38º46.83%80.39%-
XYZ47.8856.7722.9-
YUV191.9681.18132.31-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.67%
GREEN value IS 205 (80.47% from 255) = 40.04%
BLUE value IS 109 (42.97% from 255) = 21.29%
R=38.67%
G=40.04%
B=21.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1982051090.0300.470.2064.3848.9861.57
HexC6CD6D302F1440313e
Octal3063151553057241006176
Binary11000110110011011101101110101111101001000000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CD6D; }

 p { color: rgb(198,205,109); }

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

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

 a { background-color: rgb(198,205,109); }

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

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

 span { border-color: rgb(198,205,109); }

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