#C2C56B

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

Shades of Wild Willow #C2C56B

Tints of Wild Willow #C2C56B

Color information

#C2C56B (or 0xC2C56B) is unknown color: approx Wild Willow. HEX triplet: C2, C5 and 6B. RGB value is (194,197,107). Sum of RGB (Red+Green+Blue) = 194+197+107=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C56B is #3D3A94. Grayscale: #BABABA. Windows color (decimal): -4012693 or 7062978. OLE color: 7062978.

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

Color convert

RGB194197107-
CMYK0.0200.460.23
HSL62º43.69%59.61%-
HSV(B)62º45.69%77.25%-
XYZ44.8752.4621.67-
YUV185.8483.51133.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.96%
GREEN value IS 197 (77.34% from 255) = 39.56%
BLUE value IS 107 (42.19% from 255) = 21.49%
R=38.96%
G=39.56%
B=21.49%

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
Decimal1941971070.0200.460.236243.6959.61
HexC2C56B202E173e2c3c
Octal302305153205627765474
Binary1100001011000101110101110010111010111111110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C56B; }

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

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

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

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

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

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

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

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