#c0c462

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

Shades of Wild Willow #C0C462

Tints of Wild Willow #C0C462

Color information

#C0C462 (or 0xC0C462) is unknown color: approx Wild Willow. HEX triplet: C0, C4 and 62. RGB value is (192,196,98). Sum of RGB (Red+Green+Blue) = 192+196+98=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C462 is #3F3B9D. Grayscale: #B8B8B8. Windows color (decimal): -4144030 or 6472896. OLE color: 6472896.

HSL color Cylindrical-coordinate representation of color #C0C462: hue angle of 62.45º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0C462 is Cyan = 0.02, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB19219698-
CMYK0.0200.50.23
HSL62.45º45.37%57.65%-
HSV(B)62.45º50%76.86%-
XYZ43.6851.5719.21-
YUV183.6379.67133.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.51%
GREEN value IS 196 (76.95% from 255) = 40.33%
BLUE value IS 98 (38.67% from 255) = 20.16%
R=39.51%
G=40.33%
B=20.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal192196980.0200.50.2362.4545.3757.65
HexC0C4622032173e2d3a
Octal300304142206227765572
Binary1100000011000100110001010011001010111111110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0c462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0c462; }

 p { color: rgb(192,196,98); }

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

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

 a { background-color: rgb(192,196,98); }

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

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

 span { border-color: rgb(192,196,98); }

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