Html Css Color HEX #C5CA60 Wild Willow

📋 copy color: '#C5CA60'

red 197 ◦ green 202 ◦ blue 96

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

Shades of Wild Willow #C5CA60

Tints of Wild Willow #C5CA60

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.81%

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

R = 39.8%
G = 40.81%
B = 19.39%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C5CA60 (or 0xC5CA60) is known color: Wild Willow. HEX triplet: C5, CA and 60. RGB value is (197,202,96). Sum of RGB (Red+Green+Blue) = 197+202+96=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CA60 is #3A359F. Grayscale: #BCBCBC. Windows color (decimal): -3814816 or 6343365. OLE color: 6343365.

HSL color Cylindrical-coordinate representation of color #C5CA60: hue angle of 62.83º degrees, saturation: 0.5, 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 #C5CA60 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 202 96 -
CMYK 0.02 0 0.52 0.21
HSL 62.83º 0.5% 0.58% -
HSV(B) 62.83º 0.52% 0.79% -
XYZ 46.26 54.96 19.24 -
YUV 188.42 75.84 134.12 -
System Red Green Blue C M Y K H S L
Decimal 197 202 96 0.02 0 0.52 0.21 62.83 0.5 0.58
Hex C5 CA 60 2 0 34 15 3F 32 3A
Octal 305 312 140 2 0 64 25 77 62 72
Binary 11000101 11001010 1100000 10 0 110100 10101 111111 110010 111010

Color Harmonies of #C5CA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CA60

Black with #C5CA60

Text Example


Text Example

White with #C5CA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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