Html Css Color HEX #C2C756 Wild Willow

📋 copy color: '#C2C756'

red 194 ◦ green 199 ◦ blue 86

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

Shades of Wild Willow #C2C756

Tints of Wild Willow #C2C756

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.54%

 BLUE value IS 86 (33.98% from 255) = 17.95%

R = 40.5%
G = 41.54%
B = 17.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C2C756 (or 0xC2C756) is known color: Wild Willow. HEX triplet: C2, C7 and 56. RGB value is (194,199,86). Sum of RGB (Red+Green+Blue) = 194+199+86=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 86 (33.98% from 255 or 17.95% from 479); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C756 is #3D38A9. Grayscale: #B9B9B9. Windows color (decimal): -4012202 or 5687234. OLE color: 5687234.

HSL color Cylindrical-coordinate representation of color #C2C756: hue angle of 62.65º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2C756 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 199 86 -
CMYK 0.03 0 0.57 0.22
HSL 62.65º 0.5% 0.56% -
HSV(B) 62.65º 0.57% 0.78% -
XYZ 44.35 52.99 16.69 -
YUV 184.62 72.34 134.69 -
System Red Green Blue C M Y K H S L
Decimal 194 199 86 0.03 0 0.57 0.22 62.65 0.5 0.56
Hex C2 C7 56 3 0 39 16 3F 32 38
Octal 302 307 126 3 0 71 26 77 62 70
Binary 11000010 11000111 1010110 11 0 111001 10110 111111 110010 111000

Color Harmonies of #C2C756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C756

Black with #C2C756

Text Example


Text Example

White with #C2C756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C756; }

 p { color: rgb(194,199,86); }

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

background-color css

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

 a { background-color: rgb(194,199,86); }

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

border-color css

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

 span { border-color: rgb(194,199,86); }

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