#C2CA70

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

Shades of Wild Willow #C2CA70

Tints of Wild Willow #C2CA70

Color information

#C2CA70 (or 0xC2CA70) is unknown color: approx Wild Willow. HEX triplet: C2, CA and 70. RGB value is (194,202,112). Sum of RGB (Red+Green+Blue) = 194+202+112=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CA70 is #3D358F. Grayscale: #BDBDBD. Windows color (decimal): -4011408 or 7391938. OLE color: 7391938.

HSL color Cylindrical-coordinate representation of color #C2CA70: hue angle of 65.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2CA70 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB194202112-
CMYK0.0400.450.21
HSL65.33º45.92%61.57%-
HSV(B)65.33º44.55%79.22%-
XYZ46.2954.8823.48-
YUV189.3584.35131.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.19%
GREEN value IS 202 (79.30% from 255) = 39.76%
BLUE value IS 112 (44.14% from 255) = 22.05%
R=38.19%
G=39.76%
B=22.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1942021120.0400.450.2165.3345.9261.57
HexC2CA70402D15412e3e
Octal3023121604055251015676
Binary110000101100101011100001000101101101011000001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CA70; }

 p { color: rgb(194,202,112); }

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

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

 a { background-color: rgb(194,202,112); }

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

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

 span { border-color: rgb(194,202,112); }

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