#C5C35C

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

Shades of Wild Willow #C5C35C

Tints of Wild Willow #C5C35C

Color information

#C5C35C (or 0xC5C35C) is unknown color: approx Wild Willow. HEX triplet: C5, C3 and 5C. RGB value is (197,195,92). Sum of RGB (Red+Green+Blue) = 197+195+92=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C35C is #3A3CA3. Grayscale: #B8B8B8. Windows color (decimal): -3816612 or 6079429. OLE color: 6079429.

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

Color convert

RGB19719592-
CMYK00.010.530.23
HSL58.86º47.51%56.67%-
HSV(B)58.86º53.3%77.25%-
XYZ44.4751.6717.76-
YUV183.8676.16137.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.70%
GREEN value IS 195 (76.56% from 255) = 40.29%
BLUE value IS 92 (36.33% from 255) = 19.01%
R=40.70%
G=40.29%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971959200.010.530.2358.8647.5156.67
HexC5C35C0135173b3039
Octal305303134016527736071
Binary110001011100001110111000111010110111111011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C35C; }

 p { color: rgb(197,195,92); }

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

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

 a { background-color: rgb(197,195,92); }

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

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

 span { border-color: rgb(197,195,92); }

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