Html Css Color HEX #C2C66A Wild Willow

📋 copy color: '#C2C66A'

red 194 ◦ green 198 ◦ blue 106

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

Shades of Wild Willow #C2C66A

Tints of Wild Willow #C2C66A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.76%

 BLUE value IS 106 (41.8% from 255) = 21.29%

R = 38.96%
G = 39.76%
B = 21.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C2C66A (or 0xC2C66A) is known color: Wild Willow. HEX triplet: C2, C6 and 6A. RGB value is (194,198,106). Sum of RGB (Red+Green+Blue) = 194+198+106=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C66A is #3D3995. Grayscale: #BABABA. Windows color (decimal): -4012438 or 6997698. OLE color: 6997698.

HSL color Cylindrical-coordinate representation of color #C2C66A: hue angle of 62.61º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2C66A is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 198 106 -
CMYK 0.02 0 0.46 0.22
HSL 62.61º 0.45% 0.6% -
HSV(B) 62.61º 0.46% 0.78% -
XYZ 45.04 52.9 21.47 -
YUV 186.32 82.67 133.48 -
System Red Green Blue C M Y K H S L
Decimal 194 198 106 0.02 0 0.46 0.22 62.61 0.45 0.6
Hex C2 C6 6A 2 0 2E 16 3F 2D 3C
Octal 302 306 152 2 0 56 26 77 55 74
Binary 11000010 11000110 1101010 10 0 101110 10110 111111 101101 111100

Color Harmonies of #C2C66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C66A

Black with #C2C66A

Text Example


Text Example

White with #C2C66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C66A; }

 p { color: rgb(194,198,106); }

 H1.HeaderClassName
 {
   color: #C2C66A;
 }
 .AnyTagClassName
 {
   color: #C2C66A;
 }
</style>

background-color css

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

 a { background-color: rgb(194,198,106); }

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

border-color css

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

 span { border-color: rgb(194,198,106); }

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