#C3C55D

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

Shades of Wild Willow #C3C55D

Tints of Wild Willow #C3C55D

Color information

#C3C55D (or 0xC3C55D) is unknown color: approx Wild Willow. HEX triplet: C3, C5 and 5D. RGB value is (195,197,93). Sum of RGB (Red+Green+Blue) = 195+197+93=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C55D is #3C3AA2. Grayscale: #B8B8B8. Windows color (decimal): -3947171 or 6145475. OLE color: 6145475.

HSL color Cylindrical-coordinate representation of color #C3C55D: hue angle of 61.15º degrees, saturation: 0.47, 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 #C3C55D is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB19519793-
CMYK0.0100.530.23
HSL61.15º47.27%56.86%-
HSV(B)61.15º52.79%77.25%-
XYZ44.4552.3218.11-
YUV184.5576.34135.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.21%
GREEN value IS 197 (77.34% from 255) = 40.62%
BLUE value IS 93 (36.72% from 255) = 19.18%
R=40.21%
G=40.62%
B=19.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal195197930.0100.530.2361.1547.2756.86
HexC3C55D1035173d2f39
Octal303305135106527755771
Binary110000111100010110111011011010110111111101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C55D; }

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

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

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

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

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

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

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

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