crispedge.com

Color picker

Loading...

#c3b221 hex color - Green - Warm color - Information

#c3b221 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #c3b221 Color code in RGB color code model is created after adding 76.47% red color, 69.8% green color and 12.94% blue color. Hex #c3b221 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 9% magenta, 83% yellow and 24% black.

Hex #c3b221 color code is between #bbaa22 web safe hex color code and #ccbb11 web safe hex color code. #bbaa22 is the nearest web safe color code. You can see here many more shades of #c3b221 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codec3b221#c3b221
RGB Decimal195, 178, 33rgb(195, 178, 33)
RGB Percent76%, 70%, 13%rgb(76%, 70%, 13%)
CSS RGBa195, 178, 33,1rgba(195,178,33,1)
CMYK Modelcmyk(0%,9%,83%,24%)
HSL Color Space54,71% ,45%hsl(54,71% ,45%)
HSV Color Space54°, 83%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000111011001000100001
Octal30326241
Decimal19517833
Hexc3b221

Different shades of #c3b221 color code.

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

Light Shade of #c3b221
#decc39
Dark Shade of #c3b221
#978a1a
Saturated Shade of #c3b221
#cebb16
Desaturated Shade of #c3b221
#b8a92c
Grey scale Shade of #c3b221
#727272
Brighten Shade
#dccb3a
Most Readable Shade
#000000

Shades of #c3b221 color code

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

#c3b221
#ad9e1d
#978a19
#827616
#6c6212
#564f0e
#413b0b
#2b2707
#151303
#000000

Similar Color like #c3b221 color

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

#c4b322
#c5b423
#c6b524
#c7b625
#c8b726
#c9b827
#cab928
#cbba29
#ccbb2a
#cdbc2b
#cebd2c
#cfbe2d
#d0bf2e
#d1c02f
#c2b120
#c1b01f
#c0af1e
#bfae1d
#bead1c
#bdac1b
#bcab1a
#bbaa19
#baa918
#b9a817
#b8a716
#b7a615
#b6a514
#b5a413

Monochromatic Color with #c3b221

#c3b221
#edd928
#191704
#433e0b
#6e6413
#988b1a

Tints of #c3b221 Color

#c3b221
#c9ba39
#d0c352
#d7cb6b
#ddd483
#e4dc9c
#ebe5b5
#f1edcd
#f8f6e6
#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

#c3b221
#2132c3

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

Split Complementary

#c3b221
#2183c3
#6121c3

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

Analogous Color

#c37121
#c39221
#c3b221
#b4c321
#93c321

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

#c3b221
#21c3b2
#b221c3

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

#c3b221
#21c361
#2132c3
#c32183

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

#c3b221
#2132c3
#6121c3
#83c321

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 #c3b221 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.

#c3b221 Color Code Preview on Black Background Color

This is how #c3b221 Color will look on black background color. Color contrast ratio is 9.71

#c3b221 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c3b221

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c3b221

#c3b221 color code is use for CSS Background Color

Background color for the above div is #c3b221

HTML with inline CSS

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

#c3b221 color code is use for CSS Border Color

CSS Border color for the above div is #c3b221

HTML with inline CSS

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

CSS Border Left color for the above div is #c3b221

HTML with inline CSS

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

CSS Border Right color for the above div is #c3b221

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c3b221

HTML with inline CSS

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

CSS Border Top color for the above div is #c3b221

HTML with inline CSS

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

#c3b221 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c3b221 Color code Preview on White Background

This is how #c3b221 Color code will look on white background color. Color contrast ratio is 2.16

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 #c3b221; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c3b221; }

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,178,33,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(33,50,195,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(195,178,33,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.