#C5C856

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

Shades of Wild Willow #C5C856

Tints of Wild Willow #C5C856

Color information

#C5C856 (or 0xC5C856) is unknown color: approx Wild Willow. HEX triplet: C5, C8 and 56. RGB value is (197,200,86). Sum of RGB (Red+Green+Blue) = 197+200+86=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C856 is #3A37A9. Grayscale: #BABABA. Windows color (decimal): -3815338 or 5687493. OLE color: 5687493.

HSL color Cylindrical-coordinate representation of color #C5C856: hue angle of 61.58º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5C856 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB19720086-
CMYK0.0200.570.22
HSL61.58º50.89%56.08%-
HSV(B)61.58º57%78.43%-
XYZ45.3653.8516.81-
YUV186.1171.51135.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.79%
GREEN value IS 200 (78.52% from 255) = 41.41%
BLUE value IS 86 (33.98% from 255) = 17.81%
R=40.79%
G=41.41%
B=17.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal197200860.0200.570.2261.5850.8956.08
HexC5C8562039163e3338
Octal305310126207126766370
Binary1100010111001000101011010011100110110111110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C856; }

 p { color: rgb(197,200,86); }

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

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

 a { background-color: rgb(197,200,86); }

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

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

 span { border-color: rgb(197,200,86); }

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