crispedge.com

Color picker

Loading...

#b6d996 hex color - Green - Cool color - Information

#b6d996 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #b6d996 Color code in RGB color code model is created after adding 71.37% red color, 85.1% green color and 58.82% blue color. Hex #b6d996 Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 0% magenta, 31% yellow and 15% black.

Hex #b6d996 color code is between #bbdd99 web safe hex color code and #aacc88 web safe hex color code. #bbdd99 is the nearest web safe color code. You can see here many more shades of #b6d996 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 b6d996 #b6d996
RGB Decimal 182, 217, 150 rgb(182, 217, 150)
RGB Percent 71%, 85%, 59% rgb(71%, 85%, 59%)
CSS RGBa 182, 217, 150,1 rgba(182,217,150,1)
CMYK Model cmyk(16%,0%,31%,15%)
HSL Color Space 91,47% ,72% hsl(91,47% ,72%)
HSV Color Space 91°, 31%, 85%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10110110 11011001 10010110
Octal 266 331 226
Decimal 182 217 150
Hex b6 d9 96

Different shades of #b6d996 color code.

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

Light Shade of #b6d996
#d0e7bb
Dark Shade of #b6d996
#9ccb71
Saturated Shade of #b6d996
#b6e08f
Desaturated Shade of #b6d996
#b6d29d
Grey scale Shade of #b6d996
#b7b7b7
Brighten Shade
#cff2af
Most Readable Shade
#000000

Shades of #b6d996 color code

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

#b6d996
#a1c085
#8da874
#799064
#657853
#506042
#3c4832
#283021
#141810
#000000

Similar Color like #b6d996 color

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

#b7da97
#b8db98
#b9dc99
#badd9a
#bbde9b
#bcdf9c
#bde09d
#bee19e
#bfe29f
#c0e3a0
#c1e4a1
#c2e5a2
#c3e6a3
#c4e7a4
#b5d895
#b4d794
#b3d693
#b2d592
#b1d491
#b0d390
#afd28f
#aed18e
#add08d
#accf8c
#abce8b
#aacd8a
#a9cc89
#a8cb88

Monochromatic Color with #b6d996

#b6d996
#040403
#272f20
#4b593e
#6f845b
#92ae79

Tints of #b6d996 Color

#b6d996
#bedda1
#c6e1ad
#cee5b9
#d6e9c4
#deeed0
#e6f2dc
#eef6e7
#f6faf3
#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

#b6d996
#b996d9

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

Split Complementary

#b6d996
#9796d9
#d996d7

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

Analogous Color

#d1d996
#c3d996
#b6d996
#a9d996
#9bd996

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

#b6d996
#96b6d9
#d996b6

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

#b6d996
#96d7d9
#b996d9
#d99796

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

#b6d996
#b996d9
#d996d7
#96d997

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

#b6d996 Color Code Preview on Black Background Color

This is how #b6d996 Color will look on black background color. Color contrast ratio is 13.35

#b6d996 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b6d996

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b6d996

#b6d996 color code is use for CSS Background Color

Background color for the above div is #b6d996

HTML with inline CSS

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

#b6d996 color code is use for CSS Border Color

CSS Border color for the above div is #b6d996

HTML with inline CSS

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

CSS Border Left color for the above div is #b6d996

HTML with inline CSS

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

CSS Border Right color for the above div is #b6d996

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b6d996

HTML with inline CSS

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

CSS Border Top color for the above div is #b6d996

HTML with inline CSS

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

#b6d996 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b6d996 Color code Preview on White Background

This is how #b6d996 Color code will look on white background color. Color contrast ratio is 1.57

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

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(182,217,150,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(185,150,217,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(182,217,150,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.