#C5C05A

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

Shades of Wild Willow #C5C05A

Tints of Wild Willow #C5C05A

Color information

#C5C05A (or 0xC5C05A) is unknown color: approx Wild Willow. HEX triplet: C5, C0 and 5A. RGB value is (197,192,90). Sum of RGB (Red+Green+Blue) = 197+192+90=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C05A is #3A3FA5. Grayscale: #B6B6B6. Windows color (decimal): -3817382 or 5947589. OLE color: 5947589.

HSL color Cylindrical-coordinate representation of color #C5C05A: hue angle of 57.2º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5C05A is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB19719290-
CMYK00.030.540.23
HSL57.2º47.98%56.27%-
HSV(B)57.2º54.31%77.25%-
XYZ43.7250.3117.08-
YUV181.8776.16138.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.13%
GREEN value IS 192 (75.39% from 255) = 40.08%
BLUE value IS 90 (35.55% from 255) = 18.79%
R=41.13%
G=40.08%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971929000.030.540.2357.247.9856.27
HexC5C05A033617393038
Octal305300132036627716070
Binary1100010111000000101101001111011010111111001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C05A; }

 p { color: rgb(197,192,90); }

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

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

 a { background-color: rgb(197,192,90); }

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

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

 span { border-color: rgb(197,192,90); }

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