@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#c4b011 hex color - Green - Warm color - Information

#c4b011 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #c4b011 Color code in RGB color code model is created after adding 76.86% red color, 69.02% green color and 6.67% blue color. Hex #c4b011 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 10% magenta, 91% yellow and 23.14% black.

Hex #c4b011 color code is between #ccaa00 web safe hex color code and #bbbb00 web safe hex color code. #ccaa00 is the nearest web safe color code. You can see here many more shades of #c4b011 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec4b011#c4b011
RGB Decimal196, 176, 17rgb(196, 176, 17)
RGB Percent77%, 69%, 7%rgb(77%, 69%, 7%)
CSS RGBa196, 176, 17,1rgba(196,176,17,1)
CMYK Modelcmyk(0%,10%,91%,23.14%)
HSL Color Space53,84% ,42%hsl(53,84% ,42%)
HSV Color Space53°, 91%, 77%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001001011000000010001
Octal30426021
Decimal19617617
Hexc4b011

Different shades of #c4b011 color code.

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

Light Shade of #c4b011
#ebd41d
Dark Shade of #c4b011
#95860d
Saturated Shade of #c4b011
#cfb806
Desaturated Shade of #c4b011
#b9a81c
Grey scale Shade of #c4b011
#6a6a6a
Brighten Shade
#ddc92a
Most Readable Shade
#000000

Shades of #c4b011 color code

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

#c4b011
#ae9c0f
#98880d
#82750b
#6c6109
#574e07
#413a05
#2b2703
#151301
#000000

Similar Color like #c4b011 color

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

#c5b112
#c6b213
#c7b314
#c8b415
#c9b516
#cab617
#cbb718
#ccb819
#cdb91a
#ceba1b
#cfbb1c
#d0bc1d
#d1bd1e
#d2be1f
#c3af10
#c2ae0f
#c1ad0e
#c0ac0d
#bfab0c
#beaa0b
#bda90a
#bca809
#bba708
#baa607
#b9a506
#b8a405
#b7a304
#b6a203

Monochromatic Color with #c4b011

#c4b011
#eed615
#1a1702
#443e06
#6f640a
#998a0d

Tints of #c4b011 Color

#c4b011
#cab82b
#d1c145
#d7ca60
#ded37a
#e4db95
#ebe4af
#f1edca
#f8f6e4
#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

#c4b011
#1125c4

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

Split Complementary

#c4b011
#117fc4
#5611c4

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

Analogous Color

#c46811
#c48c11
#c4b011
#b4c411
#90c411

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

#c4b011
#11c4b0
#b011c4

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

#c4b011
#11c456
#1125c4
#c4117e

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

#c4b011
#1125c4
#5611c4
#7fc411

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

#c4b011 Color Code Preview on Black Background Color

This is how #c4b011 Color will look on black background color. Color contrast ratio is 9.57

#c4b011 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4b011

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4b011

#c4b011 color code is use for CSS Background Color

Background color for the above div is #c4b011

HTML with inline CSS

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

#c4b011 color code is use for CSS Border Color

CSS Border color for the above div is #c4b011

HTML with inline CSS

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

CSS Border Left color for the above div is #c4b011

HTML with inline CSS

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

CSS Border Right color for the above div is #c4b011

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c4b011

HTML with inline CSS

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

CSS Border Top color for the above div is #c4b011

HTML with inline CSS

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

#c4b011 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c4b011 Color code Preview on White Background

This is how #c4b011 Color code will look on white background color. Color contrast ratio is 2.20

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

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,176,17,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(17,37,196,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(196,176,17,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.