#C2CA65

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

Shades of Wild Willow #C2CA65

Tints of Wild Willow #C2CA65

Color information

#C2CA65 (or 0xC2CA65) is unknown color: approx Wild Willow. HEX triplet: C2, CA and 65. RGB value is (194,202,101). Sum of RGB (Red+Green+Blue) = 194+202+101=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CA65 is #3D359A. Grayscale: #BCBCBC. Windows color (decimal): -4011419 or 6671042. OLE color: 6671042.

HSL color Cylindrical-coordinate representation of color #C2CA65: hue angle of 64.75º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2CA65 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB194202101-
CMYK0.0400.500.21
HSL64.75º48.79%59.41%-
HSV(B)64.75º50%79.22%-
XYZ45.7254.6520.45-
YUV188.0978.85132.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.03%
GREEN value IS 202 (79.30% from 255) = 40.64%
BLUE value IS 101 (39.84% from 255) = 20.32%
R=39.03%
G=40.64%
B=20.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1942021010.0400.500.2164.7548.7959.41
HexC2CA6540321541313b
Octal3023121454062251016173
Binary110000101100101011001011000110010101011000001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CA65; }

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

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

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

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

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

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

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

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