#C0CA62

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

Shades of Wild Willow #C0CA62

Tints of Wild Willow #C0CA62

Color information

#C0CA62 (or 0xC0CA62) is unknown color: approx Wild Willow. HEX triplet: C0, CA and 62. RGB value is (192,202,98). Sum of RGB (Red+Green+Blue) = 192+202+98=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 98 (38.67% from 255 or 19.92% from 492); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CA62 is #3F359D. Grayscale: #BBBBBB. Windows color (decimal): -4142494 or 6474432. OLE color: 6474432.

HSL color Cylindrical-coordinate representation of color #C0CA62: hue angle of 65.77º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0CA62 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB19220298-
CMYK0.0500.510.21
HSL65.77º49.52%58.82%-
HSV(B)65.77º51.49%79.22%-
XYZ45.0654.3319.67-
YUV187.1577.69131.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.02%
GREEN value IS 202 (79.30% from 255) = 41.06%
BLUE value IS 98 (38.67% from 255) = 19.92%
R=39.02%
G=41.06%
B=19.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192202980.0500.510.2165.7749.5258.82
HexC0CA6250331542323b
Octal3003121425063251026273
Binary110000001100101011000101010110011101011000010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CA62; }

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

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

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

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

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

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

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

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