Html Css Color HEX #C2C960 Wild Willow

📋 copy color: '#C2C960'

red 194 ◦ green 201 ◦ blue 96

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

Shades of Wild Willow #C2C960

Tints of Wild Willow #C2C960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.55%

R = 39.51%
G = 40.94%
B = 19.55%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C2C960 (or 0xC2C960) is known color: Wild Willow. HEX triplet: C2, C9 and 60. RGB value is (194,201,96). Sum of RGB (Red+Green+Blue) = 194+201+96=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 96 (37.89% from 255 or 19.55% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C960 is #3D369F. Grayscale: #BBBBBB. Windows color (decimal): -4011680 or 6343106. OLE color: 6343106.

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

Color convert

RGB 194 201 96 -
CMYK 0.03 0 0.52 0.21
HSL 64º 0.49% 0.58% -
HSV(B) 64º 0.52% 0.79% -
XYZ 45.25 54.09 19.12 -
YUV 186.94 76.68 133.04 -
System Red Green Blue C M Y K H S L
Decimal 194 201 96 0.03 0 0.52 0.21 64 0.49 0.58
Hex C2 C9 60 3 0 34 15 40 31 3A
Octal 302 311 140 3 0 64 25 100 61 72
Binary 11000010 11001001 1100000 11 0 110100 10101 1000000 110001 111010

Color Harmonies of #C2C960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C960

Black with #C2C960

Text Example


Text Example

White with #C2C960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C960; }

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

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

background-color css

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

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

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

border-color css

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

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

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