Html Css Color HEX #C2D06C Wild Willow

📋 copy color: '#C2D06C'

red 194 ◦ green 208 ◦ blue 108

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

Shades of Wild Willow #C2D06C

Tints of Wild Willow #C2D06C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.78%

 BLUE value IS 108 (42.58% from 255) = 21.18%

R = 38.04%
G = 40.78%
B = 21.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#C2D06C (or 0xC2D06C) is known color: Wild Willow. HEX triplet: C2, D0 and 6C. RGB value is (194,208,108). Sum of RGB (Red+Green+Blue) = 194+208+108=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D06C is #3D2F93. Grayscale: #C0C0C0. Windows color (decimal): -4009876 or 7131330. OLE color: 7131330.

HSL color Cylindrical-coordinate representation of color #C2D06C: hue angle of 68.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2D06C is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 208 108 -
CMYK 0.07 0 0.48 0.18
HSL 68.4º 0.52% 0.62% -
HSV(B) 68.4º 0.48% 0.82% -
XYZ 47.51 57.66 22.81 -
YUV 192.41 80.36 129.13 -
System Red Green Blue C M Y K H S L
Decimal 194 208 108 0.07 0 0.48 0.18 68.4 0.52 0.62
Hex C2 D0 6C 7 0 30 12 44 34 3E
Octal 302 320 154 7 0 60 22 104 64 76
Binary 11000010 11010000 1101100 111 0 110000 10010 1000100 110100 111110

Color Harmonies of #C2D06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D06C

Black with #C2D06C

Text Example


Text Example

White with #C2D06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D06C; }

 p { color: rgb(194,208,108); }

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

background-color css

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

 a { background-color: rgb(194,208,108); }

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

border-color css

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

 span { border-color: rgb(194,208,108); }

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