crispedge.com

Color picker

Loading...

#bfd59b hex color - Green - Warm color - Information

#bfd59b hex color - Green - Warm color

Color Hue/Base color: Green

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

Hex #bfd59b 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 #bfd59b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebfd59b#bfd59b
RGB Decimal191, 213, 155rgb(191, 213, 155)
RGB Percent75%, 84%, 61%rgb(75%, 84%, 61%)
CSS RGBa191, 213, 155,1rgba(191,213,155,1)
CMYK Modelcmyk(10%,0%,27%,16%)
HSL Color Space83,41% ,72%hsl(83,41% ,72%)
HSV Color Space83°, 27%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111111101010110011011
Octal277325233
Decimal191213155
Hexbfd59b

Different shades of #bfd59b color code.

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

Light Shade of #bfd59b
#d6e4bf
Dark Shade of #bfd59b
#a8c677
Saturated Shade of #bfd59b
#c1dc94
Desaturated Shade of #bfd59b
#bdcea2
Grey scale Shade of #bfd59b
#b8b8b8
Brighten Shade
#d8eeb4
Most Readable Shade
#000000

Shades of #bfd59b color code

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

#bfd59b
#a9bd89
#94a578
#7f8e67
#6a7656
#545e44
#3f4733
#2a2f22
#151711
#000000

Similar Color like #bfd59b color

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

#c0d69c
#c1d79d
#c2d89e
#c3d99f
#c4daa0
#c5dba1
#c6dca2
#c7dda3
#c8dea4
#c9dfa5
#cae0a6
#cbe1a7
#cce2a8
#cde3a9
#bed49a
#bdd399
#bcd298
#bbd197
#bad096
#b9cf95
#b8ce94
#b7cd93
#b6cc92
#b5cb91
#b4ca90
#b3c98f
#b2c88e
#b1c78d

Monochromatic Color with #bfd59b

#bfd59b
#000000
#272b1f
#4d553e
#73805d
#99aa7c

Tints of #bfd59b Color

#bfd59b
#c6d9a6
#cddeb1
#d4e3bc
#dbe7c7
#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

#bfd59b
#b19bd5

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

Split Complementary

#bfd59b
#9ba2d5
#ce9bd5

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

Analogous Color

#d5d49b
#cbd59b
#bfd59b
#b3d59b
#a8d59b

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

#bfd59b
#9bbfd5
#d59bbf

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

#bfd59b
#9bd5ce
#b19bd5
#d59ba2

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

#bfd59b
#b19bd5
#ce9bd5
#a2d59b

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

#bfd59b Color Code Preview on Black Background Color

This is how #bfd59b Color will look on black background color. Color contrast ratio is 13.21

#bfd59b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bfd59b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bfd59b

#bfd59b color code is use for CSS Background Color

Background color for the above div is #bfd59b

HTML with inline CSS

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

#bfd59b color code is use for CSS Border Color

CSS Border color for the above div is #bfd59b

HTML with inline CSS

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

CSS Border Left color for the above div is #bfd59b

HTML with inline CSS

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

CSS Border Right color for the above div is #bfd59b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bfd59b

HTML with inline CSS

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

CSS Border Top color for the above div is #bfd59b

HTML with inline CSS

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

#bfd59b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bfd59b Color code Preview on White Background

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

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