#C1CA70

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

Shades of Wild Willow #C1CA70

Tints of Wild Willow #C1CA70

Color information

#C1CA70 (or 0xC1CA70) is unknown color: approx Wild Willow. HEX triplet: C1, CA and 70. RGB value is (193,202,112). Sum of RGB (Red+Green+Blue) = 193+202+112=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CA70 is #3E358F. Grayscale: #BDBDBD. Windows color (decimal): -4076944 or 7391937. OLE color: 7391937.

HSL color Cylindrical-coordinate representation of color #C1CA70: hue angle of 66º 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 #C1CA70 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB193202112-
CMYK0.0400.450.21
HSL66º45.92%61.57%-
HSV(B)66º44.55%79.22%-
XYZ46.0454.7523.47-
YUV189.0584.52130.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.07%
GREEN value IS 202 (79.30% from 255) = 39.84%
BLUE value IS 112 (44.14% from 255) = 22.09%
R=38.07%
G=39.84%
B=22.09%

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
Decimal1932021120.0400.450.216645.9261.57
HexC1CA70402D15422e3e
Octal3013121604055251025676
Binary110000011100101011100001000101101101011000010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CA70; }

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

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

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

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

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

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

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

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