crispedge.com

Color picker

Loading...

#c3c868 hex color - Green - Warm color - Information

#c3c868 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #c3c868 Color code in RGB color code model is created after adding 76.47% red color, 78.43% green color and 40.78% blue color. Hex #c3c868 Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 0% magenta, 48% yellow and 22% black.

Hex #c3c868 color code is between #bbcc66 web safe hex color code and #ccbb77 web safe hex color code. #bbcc66 is the nearest web safe color code. You can see here many more shades of #c3c868 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codec3c868#c3c868
RGB Decimal195, 200, 104rgb(195, 200, 104)
RGB Percent76%, 78%, 41%rgb(76%, 78%, 41%)
CSS RGBa195, 200, 104,1rgba(195,200,104,1)
CMYK Modelcmyk(3%,0%,48%,22%)
HSL Color Space63,47% ,60%hsl(63,47% ,60%)
HSV Color Space63°, 48%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000111100100001101000
Octal303310150
Decimal195200104
Hexc3c868

Different shades of #c3c868 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #c3c868
#d2d68d
Dark Shade of #c3c868
#b3b944
Saturated Shade of #c3c868
#ccd25e
Desaturated Shade of #c3c868
#babe72
Grey scale Shade of #c3c868
#989898
Brighten Shade
#dce181
Most Readable Shade
#000000

Shades of #c3c868 color code

Generate more color scales with scales (color stack) generator.

#c3c868
#adb15c
#979b50
#828545
#6c6f39
#56582e
#414222
#2b2c17
#15160b
#000000

Similar Color like #c3c868 color

Find visually similar hex color codes nearing to #c3c868 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#c4c969
#c5ca6a
#c6cb6b
#c7cc6c
#c8cd6d
#c9ce6e
#cacf6f
#cbd070
#ccd171
#cdd272
#ced373
#cfd474
#d0d575
#d1d676
#c2c767
#c1c666
#c0c565
#bfc464
#bec363
#bdc262
#bcc161
#bbc060
#babf5f
#b9be5e
#b8bd5d
#b7bc5c
#b6bb5b
#b5ba5a

Monochromatic Color with #c3c868

#c3c868
#ecf27e
#1d1e10
#474826
#70733c
#9a9d52

Tints of #c3c868 Color

#c3c868
#c9ce78
#d0d489
#d7da9a
#dde0ab
#e4e6bb
#ebeccc
#f1f2dd
#f8f8ee
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#c3c868
#6d68c8

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#c3c868
#6893c8
#9d68c8

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#c8a768
#c8ba68
#c3c868
#b0c868
#9dc868

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#c3c868
#68c3c8
#c868c3

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#c3c868
#68c89d
#6d68c8
#c86893

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#c3c868
#6d68c8
#9d68c8
#93c868

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #c3c868 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#c3c868 Color Code Preview on Black Background Color

This is how #c3c868 Color will look on black background color. Color contrast ratio is 11.78

#c3c868 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#c3c868">Your Example Paragraph content text in with font color #c3c868 </p>

Your Example Paragraph content text in with font color #c3c868

HTML with inline CSS

<div style="color:#c3c868">Your Paragraph text in with font color #c3c868 </div>

Your Example Paragraph content text in with font color #c3c868

#c3c868 color code is use for CSS Background Color

Background color for the above div is #c3c868

HTML with inline CSS

<div style="background-color:#c3c868;"></div>

#c3c868 color code is use for CSS Border Color

CSS Border color for the above div is #c3c868

HTML with inline CSS

<div style="border:5px solid #c3c868;"></div>

CSS Border Left color for the above div is #c3c868

HTML with inline CSS

<div style="border-left:5px solid #c3c868;"></div>

CSS Border Right color for the above div is #c3c868

HTML with inline CSS

<div style="border-right:5px solid #c3c868;"></div>

CSS Border Bottom color for the above div is #c3c868

HTML with inline CSS

<div style="border-bottom:5px solid #c3c868;"></div>

CSS Border Top color for the above div is #c3c868

HTML with inline CSS

<div style="border-top:5px solid #c3c868;"></div>

#c3c868 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#c3c868; } .examplecolorclass {color:#c3c868; } .examplebordercolor {border:3px solid #c3c868; }

#c3c868 Color code Preview on White Background

This is how #c3c868 Color code will look on white background color. Color contrast ratio is 1.78

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #c3c868; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c3c868; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(195,200,104,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(109,104,200,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(195,200,104,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.