#C1CD6C

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

Shades of Wild Willow #C1CD6C

Tints of Wild Willow #C1CD6C

Color information

#C1CD6C (or 0xC1CD6C) is unknown color: approx Wild Willow. HEX triplet: C1, CD and 6C. RGB value is (193,205,108). Sum of RGB (Red+Green+Blue) = 193+205+108=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CD6C is #3E3293. Grayscale: #BEBEBE. Windows color (decimal): -4076180 or 7130561. OLE color: 7130561.

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

Color convert

RGB193205108-
CMYK0.0600.470.20
HSL67.42º49.24%61.37%-
HSV(B)67.42º47.32%80.39%-
XYZ46.5356.0822.56-
YUV190.3581.52129.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.14%
GREEN value IS 205 (80.47% from 255) = 40.51%
BLUE value IS 108 (42.58% from 255) = 21.34%
R=38.14%
G=40.51%
B=21.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1932051080.0600.470.2067.4249.2461.37
HexC1CD6C602F1443313d
Octal3013151546057241036175
Binary110000011100110111011001100101111101001000011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CD6C; }

 p { color: rgb(193,205,108); }

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

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

 a { background-color: rgb(193,205,108); }

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

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

 span { border-color: rgb(193,205,108); }

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