Html Css Color HEX #C2C96F Wild Willow

📋 copy color: '#C2C96F'

red 194 ◦ green 201 ◦ blue 111

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

Shades of Wild Willow #C2C96F

Tints of Wild Willow #C2C96F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.72%

 BLUE value IS 111 (43.75% from 255) = 21.94%

R = 38.34%
G = 39.72%
B = 21.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C2C96F (or 0xC2C96F) is known color: Wild Willow. HEX triplet: C2, C9 and 6F. RGB value is (194,201,111). Sum of RGB (Red+Green+Blue) = 194+201+111=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C96F is #3D3690. Grayscale: #BDBDBD. Windows color (decimal): -4011665 or 7326146. OLE color: 7326146.

HSL color Cylindrical-coordinate representation of color #C2C96F: hue angle of 64.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2C96F is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 201 111 -
CMYK 0.03 0 0.45 0.21
HSL 64.67º 0.45% 0.61% -
HSV(B) 64.67º 0.45% 0.79% -
XYZ 46 54.39 23.11 -
YUV 188.65 84.18 131.82 -
System Red Green Blue C M Y K H S L
Decimal 194 201 111 0.03 0 0.45 0.21 64.67 0.45 0.61
Hex C2 C9 6F 3 0 2D 15 41 2D 3D
Octal 302 311 157 3 0 55 25 101 55 75
Binary 11000010 11001001 1101111 11 0 101101 10101 1000001 101101 111101

Color Harmonies of #C2C96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C96F

Black with #C2C96F

Text Example


Text Example

White with #C2C96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C96F; }

 p { color: rgb(194,201,111); }

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

background-color css

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

 a { background-color: rgb(194,201,111); }

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

border-color css

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

 span { border-color: rgb(194,201,111); }

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