#C5C358

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

Shades of Wild Willow #C5C358

Tints of Wild Willow #C5C358

Color information

#C5C358 (or 0xC5C358) is unknown color: approx Wild Willow. HEX triplet: C5, C3 and 58. RGB value is (197,195,88). Sum of RGB (Red+Green+Blue) = 197+195+88=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 88 (34.77% from 255 or 18.33% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C358 is #3A3CA7. Grayscale: #B7B7B7. Windows color (decimal): -3816616 or 5817285. OLE color: 5817285.

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

Color convert

RGB19719588-
CMYK00.010.550.23
HSL58.9º48.44%55.88%-
HSV(B)58.9º55.33%77.25%-
XYZ44.351.6116.86-
YUV183.474.16137.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.04%
GREEN value IS 195 (76.56% from 255) = 40.62%
BLUE value IS 88 (34.77% from 255) = 18.33%
R=41.04%
G=40.62%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971958800.010.550.2358.948.4455.88
HexC5C3580137173b3038
Octal305303130016727736070
Binary110001011100001110110000111011110111111011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C358; }

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

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

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

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

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

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

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

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