#C6C855

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

Shades of Wild Willow #C6C855

Tints of Wild Willow #C6C855

Color information

#C6C855 (or 0xC6C855) is unknown color: approx Wild Willow. HEX triplet: C6, C8 and 55. RGB value is (198,200,85). Sum of RGB (Red+Green+Blue) = 198+200+85=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C855 is #3937AA. Grayscale: #BABABA. Windows color (decimal): -3749803 or 5621958. OLE color: 5621958.

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

Color convert

RGB19820085-
CMYK0.0100.580.22
HSL61.04º51.11%55.88%-
HSV(B)61.04º57.5%78.43%-
XYZ45.5853.9716.61-
YUV186.2970.84136.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.99%
GREEN value IS 200 (78.52% from 255) = 41.41%
BLUE value IS 85 (33.59% from 255) = 17.60%
R=40.99%
G=41.41%
B=17.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198200850.0100.580.2261.0451.1155.88
HexC6C855103A163d3338
Octal306310125107226756370
Binary110001101100100010101011011101010110111101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C855; }

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

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

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

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

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

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

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

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