Html Css Color HEX #C2C95F Wild Willow

📋 copy color: '#C2C95F'

red 194 ◦ green 201 ◦ blue 95

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

Shades of Wild Willow #C2C95F

Tints of Wild Willow #C2C95F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.39%

R = 39.59%
G = 41.02%
B = 19.39%

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

#C2C95F (or 0xC2C95F) is known color: Wild Willow. HEX triplet: C2, C9 and 5F. RGB value is (194,201,95). Sum of RGB (Red+Green+Blue) = 194+201+95=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 95 (37.5% from 255 or 19.39% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C95F is #3D36A0. Grayscale: #BBBBBB. Windows color (decimal): -4011681 or 6277570. OLE color: 6277570.

HSL color Cylindrical-coordinate representation of color #C2C95F: hue angle of 63.96º 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 #C2C95F is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 201 95 -
CMYK 0.03 0 0.53 0.21
HSL 63.96º 0.5% 0.58% -
HSV(B) 63.96º 0.53% 0.79% -
XYZ 45.2 54.07 18.88 -
YUV 186.82 76.18 133.12 -
System Red Green Blue C M Y K H S L
Decimal 194 201 95 0.03 0 0.53 0.21 63.96 0.5 0.58
Hex C2 C9 5F 3 0 35 15 40 32 3A
Octal 302 311 137 3 0 65 25 100 62 72
Binary 11000010 11001001 1011111 11 0 110101 10101 1000000 110010 111010

Color Harmonies of #C2C95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C95F

Black with #C2C95F

Text Example


Text Example

White with #C2C95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C95F; }

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

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

background-color css

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

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

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

border-color css

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

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

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