Html Css Color HEX #C2C15E Wild Willow

📋 copy color: '#C2C15E'

red 194 ◦ green 193 ◦ blue 94

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

Shades of Wild Willow #C2C15E

Tints of Wild Willow #C2C15E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.12%

 BLUE value IS 94 (37.11% from 255) = 19.54%

R = 40.33%
G = 40.12%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2C15E (or 0xC2C15E) is known color: Wild Willow. HEX triplet: C2, C1 and 5E. RGB value is (194,193,94). Sum of RGB (Red+Green+Blue) = 194+193+94=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C15E is #3D3EA1. Grayscale: #B6B6B6. Windows color (decimal): -4013730 or 6209986. OLE color: 6209986.

HSL color Cylindrical-coordinate representation of color #C2C15E: hue angle of 59.4º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2C15E is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 193 94 -
CMYK 0 0.01 0.52 0.24
HSL 59.4º 0.45% 0.56% -
HSV(B) 59.4º 0.52% 0.76% -
XYZ 43.34 50.42 18.04 -
YUV 182.01 78.33 136.55 -
System Red Green Blue C M Y K H S L
Decimal 194 193 94 0 0.01 0.52 0.24 59.4 0.45 0.56
Hex C2 C1 5E 0 1 34 18 3B 2D 38
Octal 302 301 136 0 1 64 30 73 55 70
Binary 11000010 11000001 1011110 0 1 110100 11000 111011 101101 111000

Color Harmonies of #C2C15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C15E

Black with #C2C15E

Text Example


Text Example

White with #C2C15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C15E; }

 p { color: rgb(194,193,94); }

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

background-color css

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

 a { background-color: rgb(194,193,94); }

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

border-color css

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

 span { border-color: rgb(194,193,94); }

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