#C5D060

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

Shades of Wild Willow #C5D060

Tints of Wild Willow #C5D060

Color information

#C5D060 (or 0xC5D060) is unknown color: approx Wild Willow. HEX triplet: C5, D0 and 60. RGB value is (197,208,96). Sum of RGB (Red+Green+Blue) = 197+208+96=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D060 is #3A2F9F. Grayscale: #C0C0C0. Windows color (decimal): -3813280 or 6344901. OLE color: 6344901.

HSL color Cylindrical-coordinate representation of color #C5D060: hue angle of 65.89º 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 #C5D060 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB19720896-
CMYK0.0500.540.18
HSL65.89º54.37%59.61%-
HSV(B)65.89º53.85%81.57%-
XYZ47.6957.8319.71-
YUV191.9473.86131.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.32%
GREEN value IS 208 (81.64% from 255) = 41.52%
BLUE value IS 96 (37.89% from 255) = 19.16%
R=39.32%
G=41.52%
B=19.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal197208960.0500.540.1865.8954.3759.61
HexC5D06050361242363c
Octal3053201405066221026674
Binary110001011101000011000001010110110100101000010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D060; }

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

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

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

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

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

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

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

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