#C4CD70

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

Shades of Wild Willow #C4CD70

Tints of Wild Willow #C4CD70

Color information

#C4CD70 (or 0xC4CD70) is unknown color: approx Wild Willow. HEX triplet: C4, CD and 70. RGB value is (196,205,112). Sum of RGB (Red+Green+Blue) = 196+205+112=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CD70 is #3B328F. Grayscale: #C0C0C0. Windows color (decimal): -3879568 or 7392708. OLE color: 7392708.

HSL color Cylindrical-coordinate representation of color #C4CD70: hue angle of 65.81º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4CD70 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB196205112-
CMYK0.0400.450.20
HSL65.81º48.19%62.16%-
HSV(B)65.81º45.37%80.39%-
XYZ47.5256.5723.74-
YUV191.7183.02131.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.21%
GREEN value IS 205 (80.47% from 255) = 39.96%
BLUE value IS 112 (44.14% from 255) = 21.83%
R=38.21%
G=39.96%
B=21.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962051120.0400.450.2065.8148.1962.16
HexC4CD70402D1442303e
Octal3043151604055241026076
Binary110001001100110111100001000101101101001000010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CD70; }

 p { color: rgb(196,205,112); }

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

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

 a { background-color: rgb(196,205,112); }

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

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

 span { border-color: rgb(196,205,112); }

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