#C4C364

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

Shades of Wild Willow #C4C364

Tints of Wild Willow #C4C364

Color information

#C4C364 (or 0xC4C364) is unknown color: approx Wild Willow. HEX triplet: C4, C3 and 64. RGB value is (196,195,100). Sum of RGB (Red+Green+Blue) = 196+195+100=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C364 is #3B3C9B. Grayscale: #B8B8B8. Windows color (decimal): -3882140 or 6603716. OLE color: 6603716.

HSL color Cylindrical-coordinate representation of color #C4C364: hue angle of 59.38º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C4C364 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB196195100-
CMYK00.010.490.23
HSL59.38º44.86%58.04%-
HSV(B)59.38º48.98%76.86%-
XYZ44.5851.6919.68-
YUV184.4780.33136.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.92%
GREEN value IS 195 (76.56% from 255) = 39.71%
BLUE value IS 100 (39.45% from 255) = 20.37%
R=39.92%
G=39.71%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619510000.010.490.2359.3844.8658.04
HexC4C3640131173b2d3a
Octal304303144016127735572
Binary110001001100001111001000111000110111111011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C364; }

 p { color: rgb(196,195,100); }

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

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

 a { background-color: rgb(196,195,100); }

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

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

 span { border-color: rgb(196,195,100); }

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