Html Css Color HEX #C2CA50 Wild Willow

📋 copy color: '#C2CA50'

red 194 ◦ green 202 ◦ blue 80

#C2CA50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #C2CA50

Tints of Wild Willow #C2CA50

RGB

 RED value IS 194 (76.17% from 255) = 40.76%

 GREEN value IS 202 (79.3% 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 value IS 0.04

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C2CA50 (or 0xC2CA50) is known color: 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

RGB 194 202 80 -
CMYK 0.04 0 0.60 0.21
HSL 63.93º 0.54% 0.55% -
HSV(B) 63.93º 0.6% 0.79% -
XYZ 44.82 54.29 15.71 -
YUV 185.7 68.35 133.92 -
System Red Green Blue C M Y K H S L
Decimal 194 202 80 0.04 0 0.60 0.21 63.93 0.54 0.55
Hex C2 CA 50 4 0 3C 15 40 36 37
Octal 302 312 120 4 0 74 25 100 66 67
Binary 11000010 11001010 1010000 100 0 111100 10101 1000000 110110 110111

Color Harmonies of #C2CA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CA50

Black with #C2CA50

Text Example


Text Example

White with #C2CA50

Text Example


Text Example

HTML Codes & Css Web 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>