crispedge.com

#c4b31d hex color - Green - Warm color - Information

#c4b31d hex color - Green - Warm color

Color Hue/Base color: Green

Hex #c4b31d Color code in RGB color code model is created after adding 76.86% red color, 70.2% green color and 11.37% blue color. Hex #c4b31d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 9% magenta, 85% yellow and 23% black.

Hex #c4b31d color code is between #ccbb22 web safe hex color code and #bbaa11 web safe hex color code. #ccbb22 is the nearest web safe color code. You can see here many more shades of #c4b31d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec4b31d#c4b31d
RGB Decimal196, 179, 29rgb(196, 179, 29)
RGB Percent77%, 70%, 11%rgb(77%, 70%, 11%)
CSS RGBa196, 179, 29,1rgba(196,179,29,1)
CMYK Modelcmyk(0%,9%,85%,23%)
HSL Color Space54,74% ,44%hsl(54,74% ,44%)
HSV Color Space54°, 85%, 77%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001001011001100011101
Octal30426335
Decimal19617929
Hexc4b31d

Different shades of #c4b31d color code.

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

Light Shade of #c4b31d
#e1cf33
Dark Shade of #c4b31d
#988a16
Saturated Shade of #c4b31d
#cfbc12
Desaturated Shade of #c4b31d
#b9aa28
Grey scale Shade of #c4b31d
#707070
Brighten Shade
#ddcc36
Most Readable Shade
#000000

Shades of #c4b31d color code

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

#c4b31d
#ae9f19
#988b16
#827713
#6c6310
#574f0c
#413b09
#2b2706
#151303
#000000

Similar Color like #c4b31d color

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

#c5b41e
#c6b51f
#c7b620
#c8b721
#c9b822
#cab923
#cbba24
#ccbb25
#cdbc26
#cebd27
#cfbe28
#d0bf29
#d1c02a
#d2c12b
#c3b21c
#c2b11b
#c1b01a
#c0af19
#bfae18
#bead17
#bdac16
#bcab15
#bbaa14
#baa913
#b9a812
#b8a711
#b7a610
#b6a50f

Monochromatic Color with #c4b31d

#c4b31d
#eeda23
#1a1804
#443f0a
#6f6510
#998c17

Tints of #c4b31d Color

#c4b31d
#cabb36
#d1c34f
#d7cc68
#ded481
#e4dd9a
#ebe5b3
#f1eecc
#f8f6e5
#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

#c4b31d
#1d2ec4

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

Split Complementary

#c4b31d
#1d82c4
#601dc4

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

Analogous Color

#c4701d
#c4921d
#c4b31d
#b4c41d
#92c41d

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

#c4b31d
#1dc4b3
#b31dc4

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

#c4b31d
#1dc45f
#1d2ec4
#c41d81

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

#c4b31d
#1d2ec4
#601dc4
#81c41d

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

#c4b31d Color Code Preview on Black Background Color

This is how #c4b31d Color will look on black background color. Color contrast ratio is 9.81

#c4b31d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4b31d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4b31d

#c4b31d color code is use for CSS Background Color

Background color for the above div is #c4b31d

HTML with inline CSS

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

#c4b31d color code is use for CSS Border Color

CSS Border color for the above div is #c4b31d

HTML with inline CSS

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

CSS Border Left color for the above div is #c4b31d

HTML with inline CSS

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

CSS Border Right color for the above div is #c4b31d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c4b31d

HTML with inline CSS

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

CSS Border Top color for the above div is #c4b31d

HTML with inline CSS

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

#c4b31d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c4b31d Color code Preview on White Background

This is how #c4b31d Color code will look on white background color. Color contrast ratio is 2.14

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

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(196,179,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(29,46,196,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(196,179,29,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.

< /html>