#c2ca50

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

Shades of Wild Willow #C2CA50

Tints of Wild Willow #C2CA50

Color information

#C2CA50 (or 0xC2CA50) is unknown color: approx Wild Willow. HEX triplet: C2, CA and 50. RGB value is (194,202,80). Sum of RGB (Red+Green+Blue) = 194+202+80=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CA50 is #3D35AF. Grayscale: #BABABA. Windows color (decimal): -4011440 or 5294786. OLE color: 5294786.

HSL color Cylindrical-coordinate representation of color #C2CA50: hue angle of 63.93º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2CA50 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB19420280-
CMYK0.0400.600.21
HSL63.93º53.51%55.29%-
HSV(B)63.93º60.4%79.22%-
XYZ44.8254.2915.71-
YUV185.768.35133.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.76%
GREEN value IS 202 (79.30% from 255) = 42.44%
BLUE value IS 80 (31.64% from 255) = 16.81%
R=40.76%
G=42.44%
B=16.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal194202800.0400.600.2163.9353.5155.29
HexC2CA50403C15403637
Octal3023121204074251006667
Binary110000101100101010100001000111100101011000000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2ca50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2ca50; }

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

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

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

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

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

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

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

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