Html Css Color HEX #C5C860 Wild Willow

📋 copy color: '#C5C860'

red 197 ◦ green 200 ◦ blue 96

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

Shades of Wild Willow #C5C860

Tints of Wild Willow #C5C860

RGB

 RED value IS 197 (77.34% from 255) = 39.96%

 GREEN value IS 200 (78.52% from 255) = 40.57%

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

R = 39.96%
G = 40.57%
B = 19.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C5C860 (or 0xC5C860) is known color: Wild Willow. HEX triplet: C5, C8 and 60. RGB value is (197,200,96). Sum of RGB (Red+Green+Blue) = 197+200+96=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C860 is #3A379F. Grayscale: #BBBBBB. Windows color (decimal): -3815328 or 6342853. OLE color: 6342853.

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

Color convert

RGB 197 200 96 -
CMYK 0.02 0 0.52 0.22
HSL 61.73º 0.49% 0.58% -
HSV(B) 61.73º 0.52% 0.78% -
XYZ 45.79 54.02 19.08 -
YUV 187.25 76.51 134.96 -
System Red Green Blue C M Y K H S L
Decimal 197 200 96 0.02 0 0.52 0.22 61.73 0.49 0.58
Hex C5 C8 60 2 0 34 16 3E 31 3A
Octal 305 310 140 2 0 64 26 76 61 72
Binary 11000101 11001000 1100000 10 0 110100 10110 111110 110001 111010

Color Harmonies of #C5C860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C860

Black with #C5C860

Text Example


Text Example

White with #C5C860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C860; }

 p { color: rgb(197,200,96); }

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

background-color css

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

 a { background-color: rgb(197,200,96); }

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

border-color css

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

 span { border-color: rgb(197,200,96); }

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