#C1CD5C

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

Shades of Wild Willow #C1CD5C

Tints of Wild Willow #C1CD5C

Color information

#C1CD5C (or 0xC1CD5C) is unknown color: approx Wild Willow. HEX triplet: C1, CD and 5C. RGB value is (193,205,92). Sum of RGB (Red+Green+Blue) = 193+205+92=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CD5C is #3E32A3. Grayscale: #BCBCBC. Windows color (decimal): -4076196 or 6081985. OLE color: 6081985.

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

Color convert

RGB19320592-
CMYK0.0600.550.20
HSL66.37º53.05%58.24%-
HSV(B)66.37º55.12%80.39%-
XYZ45.7655.7718.48-
YUV188.5373.52131.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.39%
GREEN value IS 205 (80.47% from 255) = 41.84%
BLUE value IS 92 (36.33% from 255) = 18.78%
R=39.39%
G=41.84%
B=18.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal193205920.0600.550.2066.3753.0558.24
HexC1CD5C60371442353a
Octal3013151346067241026572
Binary110000011100110110111001100110111101001000010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CD5C; }

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

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

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

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

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

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

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

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