#C1D061

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

Shades of Wild Willow #C1D061

Tints of Wild Willow #C1D061

Color information

#C1D061 (or 0xC1D061) is unknown color: approx Wild Willow. HEX triplet: C1, D0 and 61. RGB value is (193,208,97). Sum of RGB (Red+Green+Blue) = 193+208+97=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D061 is #3E2F9E. Grayscale: #BFBFBF. Windows color (decimal): -4075423 or 6410433. OLE color: 6410433.

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

Color convert

RGB19320897-
CMYK0.0700.530.18
HSL68.11º54.15%59.8%-
HSV(B)68.11º53.37%81.57%-
XYZ46.7157.3119.91-
YUV190.8675.03129.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.76%
GREEN value IS 208 (81.64% from 255) = 41.77%
BLUE value IS 97 (38.28% from 255) = 19.48%
R=38.76%
G=41.77%
B=19.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal193208970.0700.530.1868.1154.1559.8
HexC1D06170351244363c
Octal3013201417065221046674
Binary110000011101000011000011110110101100101000100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D061; }

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

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

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

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

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

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

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

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