#C5D966

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

Shades of Wild Willow #C5D966

Tints of Wild Willow #C5D966

Color information

#C5D966 (or 0xC5D966) is unknown color: approx Wild Willow. HEX triplet: C5, D9 and 66. RGB value is (197,217,102). Sum of RGB (Red+Green+Blue) = 197+217+102=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D966 is #3A2699. Grayscale: #C6C6C6. Windows color (decimal): -3810970 or 6740421. OLE color: 6740421.

HSL color Cylindrical-coordinate representation of color #C5D966: hue angle of 70.43º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5D966 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB197217102-
CMYK0.0900.530.15
HSL70.43º60.21%62.55%-
HSV(B)70.43º53%85.1%-
XYZ50.2462.4621.98-
YUV197.9173.87127.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.18%
GREEN value IS 217 (85.16% from 255) = 42.05%
BLUE value IS 102 (40.23% from 255) = 19.77%
R=38.18%
G=42.05%
B=19.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1972171020.0900.530.1570.4360.2162.55
HexC5D9669035F463c3f
Octal30533114611065171067477
Binary110001011101100111001101001011010111111000110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D966; }

 p { color: rgb(197,217,102); }

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

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

 a { background-color: rgb(197,217,102); }

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

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

 span { border-color: rgb(197,217,102); }

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