#C4D970

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

Shades of Wild Willow #C4D970

Tints of Wild Willow #C4D970

Color information

#C4D970 (or 0xC4D970) is unknown color: approx Wild Willow. HEX triplet: C4, D9 and 70. RGB value is (196,217,112). Sum of RGB (Red+Green+Blue) = 196+217+112=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #C4D970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D970 is #3B268F. Grayscale: #C7C7C7. Windows color (decimal): -3876496 or 7395780. OLE color: 7395780.

HSL color Cylindrical-coordinate representation of color #C4D970: hue angle of 72º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C4D970 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB196217112-
CMYK0.1000.480.15
HSL72º58.01%64.51%-
HSV(B)72º48.39%85.1%-
XYZ50.562.5324.74-
YUV198.7579.04126.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.33%
GREEN value IS 217 (85.16% from 255) = 41.33%
BLUE value IS 112 (44.14% from 255) = 21.33%
R=37.33%
G=41.33%
B=21.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1962171120.1000.480.157258.0164.51
HexC4D970A030F483a41
Octal304331160120601711072101
Binary1100010011011001111000010100110000111110010001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D970; }

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

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

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

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

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

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

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

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