Html Css Color HEX #C6CA5D Wild Willow

📋 copy color: '#C6CA5D'

red 198 ◦ green 202 ◦ blue 93

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

Shades of Wild Willow #C6CA5D

Tints of Wild Willow #C6CA5D

RGB

 RED value IS 198 (77.73% from 255) = 40.16%

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

 BLUE value IS 93 (36.72% from 255) = 18.86%

R = 40.16%
G = 40.97%
B = 18.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C6CA5D (or 0xC6CA5D) is known color: Wild Willow. HEX triplet: C6, CA and 5D. RGB value is (198,202,93). Sum of RGB (Red+Green+Blue) = 198+202+93=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CA5D is #3935A2. Grayscale: #BCBCBC. Windows color (decimal): -3749283 or 6146758. OLE color: 6146758.

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

Color convert

RGB 198 202 93 -
CMYK 0.02 0 0.54 0.21
HSL 62.2º 0.51% 0.58% -
HSV(B) 62.2º 0.54% 0.79% -
XYZ 46.39 55.04 18.53 -
YUV 188.38 74.17 134.86 -
System Red Green Blue C M Y K H S L
Decimal 198 202 93 0.02 0 0.54 0.21 62.2 0.51 0.58
Hex C6 CA 5D 2 0 36 15 3E 33 3A
Octal 306 312 135 2 0 66 25 76 63 72
Binary 11000110 11001010 1011101 10 0 110110 10101 111110 110011 111010

Color Harmonies of #C6CA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CA5D

Black with #C6CA5D

Text Example


Text Example

White with #C6CA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CA5D; }

 p { color: rgb(198,202,93); }

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

background-color css

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

 a { background-color: rgb(198,202,93); }

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

border-color css

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

 span { border-color: rgb(198,202,93); }

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