#C2C35D

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

Shades of Wild Willow #C2C35D

Tints of Wild Willow #C2C35D

Color information

#C2C35D (or 0xC2C35D) is unknown color: approx Wild Willow. HEX triplet: C2, C3 and 5D. RGB value is (194,195,93). Sum of RGB (Red+Green+Blue) = 194+195+93=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C35D is #3D3CA2. Grayscale: #B7B7B7. Windows color (decimal): -4013219 or 6144962. OLE color: 6144962.

HSL color Cylindrical-coordinate representation of color #C2C35D: hue angle of 60.59º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2C35D is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB19419593-
CMYK0.0100.520.24
HSL60.59º45.95%56.47%-
HSV(B)60.59º52.31%76.47%-
XYZ43.7451.2917.95-
YUV183.0777.17135.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.25%
GREEN value IS 195 (76.56% from 255) = 40.46%
BLUE value IS 93 (36.72% from 255) = 19.29%
R=40.25%
G=40.46%
B=19.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194195930.0100.520.2460.5945.9556.47
HexC2C35D1034183d2e38
Octal302303135106430755670
Binary110000101100001110111011011010011000111101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C35D; }

 p { color: rgb(194,195,93); }

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

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

 a { background-color: rgb(194,195,93); }

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

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

 span { border-color: rgb(194,195,93); }

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