Html Css Color HEX #C2D06B Wild Willow

📋 copy color: '#C2D06B'

red 194 ◦ green 208 ◦ blue 107

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

Shades of Wild Willow #C2D06B

Tints of Wild Willow #C2D06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.02%

R = 38.11%
G = 40.86%
B = 21.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#C2D06B (or 0xC2D06B) is known color: Wild Willow. HEX triplet: C2, D0 and 6B. RGB value is (194,208,107). Sum of RGB (Red+Green+Blue) = 194+208+107=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 107 (42.19% from 255 or 21.02% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D06B is #3D2F94. Grayscale: #C0C0C0. Windows color (decimal): -4009877 or 7065794. OLE color: 7065794.

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

Color convert

RGB 194 208 107 -
CMYK 0.07 0 0.49 0.18
HSL 68.32º 0.52% 0.62% -
HSV(B) 68.32º 0.49% 0.82% -
XYZ 47.46 57.64 22.53 -
YUV 192.3 79.86 129.21 -
System Red Green Blue C M Y K H S L
Decimal 194 208 107 0.07 0 0.49 0.18 68.32 0.52 0.62
Hex C2 D0 6B 7 0 31 12 44 34 3E
Octal 302 320 153 7 0 61 22 104 64 76
Binary 11000010 11010000 1101011 111 0 110001 10010 1000100 110100 111110

Color Harmonies of #C2D06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D06B

Black with #C2D06B

Text Example


Text Example

White with #C2D06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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