Html Css Color HEX #C6CA5E Wild Willow

📋 copy color: '#C6CA5E'

red 198 ◦ green 202 ◦ blue 94

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

Shades of Wild Willow #C6CA5E

Tints of Wild Willow #C6CA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.03%

R = 40.08%
G = 40.89%
B = 19.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C6CA5E (or 0xC6CA5E) is known color: Wild Willow. HEX triplet: C6, CA and 5E. RGB value is (198,202,94). Sum of RGB (Red+Green+Blue) = 198+202+94=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CA5E is #3935A1. Grayscale: #BCBCBC. Windows color (decimal): -3749282 or 6212294. OLE color: 6212294.

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

Color convert

RGB 198 202 94 -
CMYK 0.02 0 0.53 0.21
HSL 62.22º 0.5% 0.58% -
HSV(B) 62.22º 0.53% 0.79% -
XYZ 46.43 55.05 18.77 -
YUV 188.49 74.67 134.78 -
System Red Green Blue C M Y K H S L
Decimal 198 202 94 0.02 0 0.53 0.21 62.22 0.5 0.58
Hex C6 CA 5E 2 0 35 15 3E 32 3A
Octal 306 312 136 2 0 65 25 76 62 72
Binary 11000110 11001010 1011110 10 0 110101 10101 111110 110010 111010

Color Harmonies of #C6CA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CA5E

Black with #C6CA5E

Text Example


Text Example

White with #C6CA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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