crispedge.com

Color picker

Loading...

#bfd59a hex color - Green - Warm color - Information

#bfd59a hex color - Green - Warm color

Color Hue/Base color: Green

Hex #bfd59a Color code in RGB color code model is created after adding 74.9% red color, 83.53% green color and 60.39% blue color. Hex #bfd59a Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 0% magenta, 28% yellow and 16% black.

Hex #bfd59a color code is between #bbdd99 web safe hex color code and #ccccaa web safe hex color code. #bbdd99 is the nearest web safe color code. You can see here many more shades of #bfd59a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebfd59a#bfd59a
RGB Decimal191, 213, 154rgb(191, 213, 154)
RGB Percent75%, 84%, 60%rgb(75%, 84%, 60%)
CSS RGBa191, 213, 154,1rgba(191,213,154,1)
CMYK Modelcmyk(10%,0%,28%,16%)
HSL Color Space82,41% ,72%hsl(82,41% ,72%)
HSV Color Space82°, 28%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111111101010110011010
Octal277325232
Decimal191213154
Hexbfd59a

Different shades of #bfd59a color code.

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

Light Shade of #bfd59a
#d6e4be
Dark Shade of #bfd59a
#a8c676
Saturated Shade of #bfd59a
#c1dc93
Desaturated Shade of #bfd59a
#bdcea1
Grey scale Shade of #bfd59a
#b7b7b7
Brighten Shade
#d8eeb3
Most Readable Shade
#000000

Shades of #bfd59a color code

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

#bfd59a
#a9bd88
#94a577
#7f8e66
#6a7655
#545e44
#3f4733
#2a2f22
#151711
#000000

Similar Color like #bfd59a color

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

#c0d69b
#c1d79c
#c2d89d
#c3d99e
#c4da9f
#c5dba0
#c6dca1
#c7dda2
#c8dea3
#c9dfa4
#cae0a5
#cbe1a6
#cce2a7
#cde3a8
#bed499
#bdd398
#bcd297
#bbd196
#bad095
#b9cf94
#b8ce93
#b7cd92
#b6cc91
#b5cb90
#b4ca8f
#b3c98e
#b2c88d
#b1c78c

Monochromatic Color with #bfd59a

#bfd59a
#000000
#272b1f
#4d553e
#73805d
#99aa7b

Tints of #bfd59a Color

#bfd59a
#c6d9a5
#cddeb0
#d4e3bb
#dbe7c6
#e2ecd2
#e9f1dd
#f0f5e8
#f7faf3
#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

#bfd59a
#b09ad5

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

Split Complementary

#bfd59a
#9aa1d5
#ce9ad5

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

Analogous Color

#d5d39a
#cbd59a
#bfd59a
#b3d59a
#a7d59a

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

#bfd59a
#9abfd5
#d59abf

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

#bfd59a
#9ad5cd
#b09ad5
#d59aa2

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

#bfd59a
#b09ad5
#ce9ad5
#a1d59a

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

#bfd59a Color Code Preview on Black Background Color

This is how #bfd59a Color will look on black background color. Color contrast ratio is 13.20

#bfd59a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bfd59a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bfd59a

#bfd59a color code is use for CSS Background Color

Background color for the above div is #bfd59a

HTML with inline CSS

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

#bfd59a color code is use for CSS Border Color

CSS Border color for the above div is #bfd59a

HTML with inline CSS

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

CSS Border Left color for the above div is #bfd59a

HTML with inline CSS

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

CSS Border Right color for the above div is #bfd59a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bfd59a

HTML with inline CSS

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

CSS Border Top color for the above div is #bfd59a

HTML with inline CSS

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

#bfd59a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bfd59a Color code Preview on White Background

This is how #bfd59a Color code will look on white background color. Color contrast ratio is 1.59

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

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