#c5c461

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

Shades of Wild Willow #C5C461

Tints of Wild Willow #C5C461

Color information

#C5C461 (or 0xC5C461) is unknown color: approx Wild Willow. HEX triplet: C5, C4 and 61. RGB value is (197,196,97). Sum of RGB (Red+Green+Blue) = 197+196+97=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 97 (38.28% from 255 or 19.80% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C461 is #3A3B9E. Grayscale: #B9B9B9. Windows color (decimal): -3816351 or 6407365. OLE color: 6407365.

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

Color convert

RGB19719697-
CMYK00.010.510.23
HSL59.4º46.3%57.65%-
HSV(B)59.4º50.76%77.25%-
XYZ44.9252.2119.02-
YUV185.0178.33136.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.20%
GREEN value IS 196 (76.95% from 255) = 40%
BLUE value IS 97 (38.28% from 255) = 19.80%
R=40.20%
G=40%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971969700.010.510.2359.446.357.65
HexC5C4610133173b2e3a
Octal305304141016327735672
Binary110001011100010011000010111001110111111011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5c461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5c461; }

 p { color: rgb(197,196,97); }

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

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

 a { background-color: rgb(197,196,97); }

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

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

 span { border-color: rgb(197,196,97); }

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