Skip to main content Skip to docs navigation

#bda71f hex color - Green - Warm color - Information

On this page
@
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.

Color Hue/Base color: Green

Hex #bda71f Color code in RGB color code model is created after adding 74.12% red color, 65.49% green color and 12.16% blue color. Hex #bda71f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 84% yellow and 25.88% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code bda71f #bda71f
RGB Decimal 189, 167, 31 rgb(189, 167, 31)
RGB Percent 74%, 65%, 12% rgb(74%, 65%, 12%)
CSS RGBa 189, 167, 31,1 rgba(189,167,31,1)
CMYK Model cmyk(0%,12%,84%,25.88%)
HSL Color Space 52,72% ,43% hsl(52,72% ,43%)
HSV Color Space 52°, 84%, 74%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111101 10100111 00011111
Octal 275 247 37
Decimal 189 167 31
Hex bd a7 1f

Different shades of #bda71f color code.

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

Light Shade of #bda71f
#ddc532
Dark Shade of #bda71f
#918018
Saturated Shade of #bda71f
#c8af14
Desaturated Shade of #bda71f
#b29f2a
Grey scale Shade of #bda71f
#6e6e6e
Brighten Shade
#d6c038
Most Readable Shade
#000000

Shades of #bda71f color code

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

#bda71f
#a8941b
#938118
#7e6f14
#695c11
#544a0d
#3f370a
#2a2506
#151203
#000000

Similar Color like #bda71f color

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

#bea820
#bfa921
#c0aa22
#c1ab23
#c2ac24
#c3ad25
#c4ae26
#c5af27
#c6b028
#c7b129
#c8b22a
#c9b32b
#cab42c
#cbb52d
#bca61e
#bba51d
#baa41c
#b9a31b
#b8a21a
#b7a119
#b6a018
#b59f17
#b49e16
#b39d15
#b29c14
#b19b13
#b09a12
#af9911

Monochromatic Color with #bda71f

#bda71f
#e7cd26
#131103
#3d360a
#685c11
#928118

Tints of #bda71f Color

#bda71f
#c4b037
#cbba50
#d3c469
#dace82
#e1d79b
#e9e1b4
#f0ebcd
#f7f5e6
#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

#bda71f
#1f35bd

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

Split Complementary

#bda71f
#1f84bd
#581fbd

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

Analogous Color

#bd681f
#bd871f
#bda71f
#b3bd1f
#94bd1f

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

#bda71f
#1fbda7
#a71fbd

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

#bda71f
#1fbd58
#1f35bd
#bd1f84

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

#bda71f
#1f35bd
#581fbd
#84bd1f

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

#bda71f Color Code Preview on Black Background Color

This is how #bda71f Color will look on black background color. Color contrast ratio is 8.71

#bda71f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bda71f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bda71f

#bda71f color code is use for CSS Background Color

Background color for the above div is #bda71f

HTML with inline CSS

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

#bda71f color code is use for CSS Border Color

CSS Border color for the above div is #bda71f

HTML with inline CSS

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

CSS Border Left color for the above div is #bda71f

HTML with inline CSS

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

CSS Border Right color for the above div is #bda71f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bda71f

HTML with inline CSS

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

CSS Border Top color for the above div is #bda71f

HTML with inline CSS

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

#bda71f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bda71f Color code Preview on White Background

This is how #bda71f Color code will look on white background color. Color contrast ratio is 2.41

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

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(189,167,31,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(31,53,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,167,31,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.