#C5C258

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

Shades of Wild Willow #C5C258

Tints of Wild Willow #C5C258

Color information

#C5C258 (or 0xC5C258) is unknown color: approx Wild Willow. HEX triplet: C5, C2 and 58. RGB value is (197,194,88). Sum of RGB (Red+Green+Blue) = 197+194+88=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 88 (34.77% from 255 or 18.37% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C258 is #3A3DA7. Grayscale: #B7B7B7. Windows color (decimal): -3816872 or 5817029. OLE color: 5817029.

HSL color Cylindrical-coordinate representation of color #C5C258: hue angle of 58.35º 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 #C5C258 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB19719488-
CMYK00.020.550.23
HSL58.35º48.44%55.88%-
HSV(B)58.35º55.33%77.25%-
XYZ44.0851.1616.78-
YUV182.8174.49138.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.13%
GREEN value IS 194 (76.17% from 255) = 40.50%
BLUE value IS 88 (34.77% from 255) = 18.37%
R=41.13%
G=40.50%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971948800.020.550.2358.3548.4455.88
HexC5C2580237173a3038
Octal305302130026727726070
Binary1100010111000010101100001011011110111111010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C258; }

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

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

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

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

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

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

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

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