#C0C855

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

Shades of Wild Willow #C0C855

Tints of Wild Willow #C0C855

Color information

#C0C855 (or 0xC0C855) is unknown color: approx Wild Willow. HEX triplet: C0, C8 and 55. RGB value is (192,200,85). Sum of RGB (Red+Green+Blue) = 192+200+85=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C855 is #3F37AA. Grayscale: #B8B8B8. Windows color (decimal): -4143019 or 5621952. OLE color: 5621952.

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

Color convert

RGB19220085-
CMYK0.0400.580.22
HSL64.17º51.11%55.88%-
HSV(B)64.17º57.5%78.43%-
XYZ44.0353.1716.54-
YUV184.571.85133.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.25%
GREEN value IS 200 (78.52% from 255) = 41.93%
BLUE value IS 85 (33.59% from 255) = 17.82%
R=40.25%
G=41.93%
B=17.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal192200850.0400.580.2264.1751.1155.88
HexC0C855403A16403338
Octal3003101254072261006370
Binary110000001100100010101011000111010101101000000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C855; }

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

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

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

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

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

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

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

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