#C2C65A

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

Shades of Wild Willow #C2C65A

Tints of Wild Willow #C2C65A

Color information

#C2C65A (or 0xC2C65A) is unknown color: approx Wild Willow. HEX triplet: C2, C6 and 5A. RGB value is (194,198,90). Sum of RGB (Red+Green+Blue) = 194+198+90=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C65A is #3D39A5. Grayscale: #B8B8B8. Windows color (decimal): -4012454 or 5949122. OLE color: 5949122.

HSL color Cylindrical-coordinate representation of color #C2C65A: hue angle of 62.22º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2C65A is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB19419890-
CMYK0.0200.550.22
HSL62.22º48.65%56.47%-
HSV(B)62.22º54.55%77.65%-
XYZ44.2952.617.49-
YUV184.4974.67134.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.25%
GREEN value IS 198 (77.73% from 255) = 41.08%
BLUE value IS 90 (35.55% from 255) = 18.67%
R=40.25%
G=41.08%
B=18.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal194198900.0200.550.2262.2248.6556.47
HexC2C65A2037163e3138
Octal302306132206726766170
Binary1100001011000110101101010011011110110111110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C65A; }

 p { color: rgb(194,198,90); }

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

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

 a { background-color: rgb(194,198,90); }

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

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

 span { border-color: rgb(194,198,90); }

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