#C5C855

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

Shades of Wild Willow #C5C855

Tints of Wild Willow #C5C855

Color information

#C5C855 (or 0xC5C855) is unknown color: approx Wild Willow. HEX triplet: C5, C8 and 55. RGB value is (197,200,85). Sum of RGB (Red+Green+Blue) = 197+200+85=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C855 is #3A37AA. Grayscale: #BABABA. Windows color (decimal): -3815339 or 5621957. OLE color: 5621957.

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

Color convert

RGB19720085-
CMYK0.0200.580.22
HSL61.57º51.11%55.88%-
HSV(B)61.57º57.5%78.43%-
XYZ45.3253.8316.6-
YUV185.9971.01135.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.87%
GREEN value IS 200 (78.52% from 255) = 41.49%
BLUE value IS 85 (33.59% from 255) = 17.63%
R=40.87%
G=41.49%
B=17.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal197200850.0200.580.2261.5751.1155.88
HexC5C855203A163e3338
Octal305310125207226766370
Binary1100010111001000101010110011101010110111110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C855; }

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

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

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

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

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

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

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

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