#C0C760

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

Shades of Wild Willow #C0C760

Tints of Wild Willow #C0C760

Color information

#C0C760 (or 0xC0C760) is unknown color: approx Wild Willow. HEX triplet: C0, C7 and 60. RGB value is (192,199,96). Sum of RGB (Red+Green+Blue) = 192+199+96=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C760 is #3F389F. Grayscale: #B9B9B9. Windows color (decimal): -4143264 or 6342592. OLE color: 6342592.

HSL color Cylindrical-coordinate representation of color #C0C760: hue angle of 64.08º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0C760 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB19219996-
CMYK0.0400.520.22
HSL64.08º47.91%57.84%-
HSV(B)64.08º51.76%78.04%-
XYZ44.2752.918.94-
YUV185.1677.68132.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.43%
GREEN value IS 199 (78.12% from 255) = 40.86%
BLUE value IS 96 (37.89% from 255) = 19.71%
R=39.43%
G=40.86%
B=19.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal192199960.0400.520.2264.0847.9157.84
HexC0C76040341640303a
Octal3003071404064261006072
Binary110000001100011111000001000110100101101000000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C760; }

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

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

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

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

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

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

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

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