#C5C254

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

Shades of Wild Willow #C5C254

Tints of Wild Willow #C5C254

Color information

#C5C254 (or 0xC5C254) is unknown color: approx Wild Willow. HEX triplet: C5, C2 and 54. RGB value is (197,194,84). Sum of RGB (Red+Green+Blue) = 197+194+84=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 84 (33.20% from 255 or 17.68% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C254 is #3A3DAB. Grayscale: #B6B6B6. Windows color (decimal): -3816876 or 5554885. OLE color: 5554885.

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

Color convert

RGB19719484-
CMYK00.020.570.23
HSL58.41º49.34%55.1%-
HSV(B)58.41º57.36%77.25%-
XYZ43.9251.0915.93-
YUV182.3672.49138.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.47%
GREEN value IS 194 (76.17% from 255) = 40.84%
BLUE value IS 84 (33.20% from 255) = 17.68%
R=41.47%
G=40.84%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971948400.020.570.2358.4149.3455.1
HexC5C2540239173a3137
Octal305302124027127726167
Binary1100010111000010101010001011100110111111010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C254; }

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

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

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

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

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

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

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

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