crispedge.com

Color picker

Loading...

#bfc57f hex color - Green - Warm color - Information

#bfc57f hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #bfc57f Color code in RGB color code model is created after adding 74.9% red color, 77.25% green color and 49.8% blue color. Hex #bfc57f Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 0% magenta, 36% yellow and 23% black.

Hex #bfc57f color code is between #bbcc77 web safe hex color code and #ccbb88 web safe hex color code. #bbcc77 is the nearest web safe color code. You can see here many more shades of #bfc57f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebfc57f#bfc57f
RGB Decimal191, 197, 127rgb(191, 197, 127)
RGB Percent75%, 77%, 50%rgb(75%, 77%, 50%)
CSS RGBa191, 197, 127,1rgba(191,197,127,1)
CMYK Modelcmyk(3%,0%,36%,23%)
HSL Color Space65,38% ,64%hsl(65,38% ,64%)
HSV Color Space65°, 36%, 77%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111111100010101111111
Octal277305177
Decimal191197127
Hexbfc57f

Different shades of #bfc57f color code.

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

Light Shade of #bfc57f
#d1d5a2
Dark Shade of #bfc57f
#adb55c
Saturated Shade of #bfc57f
#c7ce76
Desaturated Shade of #bfc57f
#b7bc88
Grey scale Shade of #bfc57f
#a2a2a2
Brighten Shade
#d8de98
Most Readable Shade
#000000

Shades of #bfc57f color code

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

#bfc57f
#a9af70
#949962
#7f8354
#6a6d46
#545738
#3f412a
#2a2b1c
#15150e
#000000

Similar Color like #bfc57f color

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

#c0c680
#c1c781
#c2c882
#c3c983
#c4ca84
#c5cb85
#c6cc86
#c7cd87
#c8ce88
#c9cf89
#cad08a
#cbd18b
#ccd28c
#cdd38d
#bec47e
#bdc37d
#bcc27c
#bbc17b
#bac07a
#b9bf79
#b8be78
#b7bd77
#b6bc76
#b5bb75
#b4ba74
#b3b973
#b2b872
#b1b771

Monochromatic Color with #bfc57f

#bfc57f
#e8ef9a
#1a1b11
#43452d
#6d7048
#969a64

Tints of #bfc57f Color

#bfc57f
#c6cb8d
#cdd19b
#d4d8a9
#dbdeb7
#e2e5c6
#e9ebd4
#f0f2e2
#f7f8f0
#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

#bfc57f
#857fc5

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

Split Complementary

#bfc57f
#7f9cc5
#a87fc5

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

Analogous Color

#c5af7f
#c5bd7f
#bfc57f
#b1c57f
#a3c57f

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

#bfc57f
#7fbfc5
#c57fbf

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

#bfc57f
#7fc5a8
#857fc5
#c57f9c

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

#bfc57f
#857fc5
#a87fc5
#9cc57f

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

#bfc57f Color Code Preview on Black Background Color

This is how #bfc57f Color will look on black background color. Color contrast ratio is 11.51

#bfc57f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bfc57f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bfc57f

#bfc57f color code is use for CSS Background Color

Background color for the above div is #bfc57f

HTML with inline CSS

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

#bfc57f color code is use for CSS Border Color

CSS Border color for the above div is #bfc57f

HTML with inline CSS

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

CSS Border Left color for the above div is #bfc57f

HTML with inline CSS

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

CSS Border Right color for the above div is #bfc57f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bfc57f

HTML with inline CSS

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

CSS Border Top color for the above div is #bfc57f

HTML with inline CSS

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

#bfc57f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bfc57f Color code Preview on White Background

This is how #bfc57f Color code will look on white background color. Color contrast ratio is 1.82

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

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(191,197,127,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(133,127,197,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(191,197,127,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.