#C3CD6D

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

Shades of Wild Willow #C3CD6D

Tints of Wild Willow #C3CD6D

Color information

#C3CD6D (or 0xC3CD6D) is unknown color: approx Wild Willow. HEX triplet: C3, CD and 6D. RGB value is (195,205,109). Sum of RGB (Red+Green+Blue) = 195+205+109=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #C3CD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CD6D is #3C3292. Grayscale: #BFBFBF. Windows color (decimal): -3945107 or 7196099. OLE color: 7196099.

HSL color Cylindrical-coordinate representation of color #C3CD6D: hue angle of 66.25º 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 #C3CD6D is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB195205109-
CMYK0.0500.470.20
HSL66.25º48.98%61.57%-
HSV(B)66.25º46.83%80.39%-
XYZ47.156.3722.87-
YUV191.0781.69130.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.31%
GREEN value IS 205 (80.47% from 255) = 40.28%
BLUE value IS 109 (42.97% from 255) = 21.41%
R=38.31%
G=40.28%
B=21.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1952051090.0500.470.2066.2548.9861.57
HexC3CD6D502F1442313e
Octal3033151555057241026176
Binary110000111100110111011011010101111101001000010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CD6D; }

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

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

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

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

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

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

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

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