#C0C756

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

Shades of Wild Willow #C0C756

Tints of Wild Willow #C0C756

Color information

#C0C756 (or 0xC0C756) is unknown color: approx Wild Willow. HEX triplet: C0, C7 and 56. RGB value is (192,199,86). Sum of RGB (Red+Green+Blue) = 192+199+86=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 86 (33.98% from 255 or 18.03% from 477); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C756 is #3F38A9. Grayscale: #B8B8B8. Windows color (decimal): -4143274 or 5687232. OLE color: 5687232.

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

Color convert

RGB19219986-
CMYK0.0400.570.22
HSL63.72º50.22%55.88%-
HSV(B)63.72º56.78%78.04%-
XYZ43.8452.7316.67-
YUV184.0272.68133.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.25%
GREEN value IS 199 (78.12% from 255) = 41.72%
BLUE value IS 86 (33.98% from 255) = 18.03%
R=40.25%
G=41.72%
B=18.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal192199860.0400.570.2263.7250.2255.88
HexC0C756403916403238
Octal3003071264071261006270
Binary110000001100011110101101000111001101101000000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C756; }

 p { color: rgb(192,199,86); }

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

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

 a { background-color: rgb(192,199,86); }

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

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

 span { border-color: rgb(192,199,86); }

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