#C1D06C

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

Shades of Wild Willow #C1D06C

Tints of Wild Willow #C1D06C

Color information

#C1D06C (or 0xC1D06C) is unknown color: approx Wild Willow. HEX triplet: C1, D0 and 6C. RGB value is (193,208,108). Sum of RGB (Red+Green+Blue) = 193+208+108=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D06C is #3E2F93. Grayscale: #C0C0C0. Windows color (decimal): -4075412 or 7131329. OLE color: 7131329.

HSL color Cylindrical-coordinate representation of color #C1D06C: hue angle of 69º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C1D06C is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB193208108-
CMYK0.0700.480.18
HSL69º51.55%61.96%-
HSV(B)69º48.08%81.57%-
XYZ47.2557.5322.8-
YUV192.1280.53128.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.92%
GREEN value IS 208 (81.64% from 255) = 40.86%
BLUE value IS 108 (42.58% from 255) = 21.22%
R=37.92%
G=40.86%
B=21.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1932081080.0700.480.186951.5561.96
HexC1D06C70301245343e
Octal3013201547060221056476
Binary110000011101000011011001110110000100101000101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D06C; }

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

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

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

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

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

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

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

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