#C2C56A

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

Shades of Wild Willow #C2C56A

Tints of Wild Willow #C2C56A

Color information

#C2C56A (or 0xC2C56A) is unknown color: approx Wild Willow. HEX triplet: C2, C5 and 6A. RGB value is (194,197,106). Sum of RGB (Red+Green+Blue) = 194+197+106=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C56A is #3D3A95. Grayscale: #BABABA. Windows color (decimal): -4012694 or 6997442. OLE color: 6997442.

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

Color convert

RGB194197106-
CMYK0.0200.460.23
HSL61.98º43.96%59.41%-
HSV(B)61.98º46.19%77.25%-
XYZ44.8252.4421.4-
YUV185.7383.01133.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.03%
GREEN value IS 197 (77.34% from 255) = 39.64%
BLUE value IS 106 (41.80% from 255) = 21.33%
R=39.03%
G=39.64%
B=21.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1941971060.0200.460.2361.9843.9659.41
HexC2C56A202E173e2c3b
Octal302305152205627765473
Binary1100001011000101110101010010111010111111110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C56A; }

 p { color: rgb(194,197,106); }

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

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

 a { background-color: rgb(194,197,106); }

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

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

 span { border-color: rgb(194,197,106); }

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