#c4d071

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

Shades of Wild Willow #C4D071

Tints of Wild Willow #C4D071

Color information

#C4D071 (or 0xC4D071) is unknown color: approx Wild Willow. HEX triplet: C4, D0 and 71. RGB value is (196,208,113). Sum of RGB (Red+Green+Blue) = 196+208+113=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D071 is #3B2F8E. Grayscale: #C1C1C1. Windows color (decimal): -3878799 or 7459012. OLE color: 7459012.

HSL color Cylindrical-coordinate representation of color #C4D071: hue angle of 67.58º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C4D071 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB196208113-
CMYK0.0600.460.18
HSL67.58º50.26%62.94%-
HSV(B)67.58º45.67%81.57%-
XYZ48.358.0424.28-
YUV193.5882.52129.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.91%
GREEN value IS 208 (81.64% from 255) = 40.23%
BLUE value IS 113 (44.53% from 255) = 21.86%
R=37.91%
G=40.23%
B=21.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1962081130.0600.460.1867.5850.2662.94
HexC4D071602E1244323f
Octal3043201616056221046277
Binary110001001101000011100011100101110100101000100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4d071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4d071; }

 p { color: rgb(196,208,113); }

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

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

 a { background-color: rgb(196,208,113); }

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

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

 span { border-color: rgb(196,208,113); }

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