Html Css Color HEX #C2C95E Wild Willow

📋 copy color: '#C2C95E'

red 194 ◦ green 201 ◦ blue 94

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

Shades of Wild Willow #C2C95E

Tints of Wild Willow #C2C95E

RGB

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

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

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

R = 39.67%
G = 41.1%
B = 19.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C2C95E (or 0xC2C95E) is known color: Wild Willow. HEX triplet: C2, C9 and 5E. RGB value is (194,201,94). Sum of RGB (Red+Green+Blue) = 194+201+94=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 94 (37.11% from 255 or 19.22% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C95E is #3D36A1. Grayscale: #BBBBBB. Windows color (decimal): -4011682 or 6212034. OLE color: 6212034.

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

Color convert

RGB 194 201 94 -
CMYK 0.03 0 0.53 0.21
HSL 63.93º 0.5% 0.58% -
HSV(B) 63.93º 0.53% 0.79% -
XYZ 45.16 54.05 18.64 -
YUV 186.71 75.68 133.2 -
System Red Green Blue C M Y K H S L
Decimal 194 201 94 0.03 0 0.53 0.21 63.93 0.5 0.58
Hex C2 C9 5E 3 0 35 15 40 32 3A
Octal 302 311 136 3 0 65 25 100 62 72
Binary 11000010 11001001 1011110 11 0 110101 10101 1000000 110010 111010

Color Harmonies of #C2C95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C95E

Black with #C2C95E

Text Example


Text Example

White with #C2C95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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