#C1D060

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

Shades of Wild Willow #C1D060

Tints of Wild Willow #C1D060

Color information

#C1D060 (or 0xC1D060) is unknown color: approx Wild Willow. HEX triplet: C1, D0 and 60. RGB value is (193,208,96). Sum of RGB (Red+Green+Blue) = 193+208+96=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D060 is #3E2F9F. Grayscale: #BFBFBF. Windows color (decimal): -4075424 or 6344897. OLE color: 6344897.

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

Color convert

RGB19320896-
CMYK0.0700.540.18
HSL68.04º54.37%59.61%-
HSV(B)68.04º53.85%81.57%-
XYZ46.6657.2919.67-
YUV190.7574.53129.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.83%
GREEN value IS 208 (81.64% from 255) = 41.85%
BLUE value IS 96 (37.89% from 255) = 19.32%
R=38.83%
G=41.85%
B=19.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal193208960.0700.540.1868.0454.3759.61
HexC1D06070361244363c
Octal3013201407066221046674
Binary110000011101000011000001110110110100101000100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D060; }

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

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

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

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

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

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

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

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