Skip to main content Skip to docs navigation

#b5c5b1 hex color | Download Light Green BG image | Information

Color Picker

@
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 Info

Woow we have a nearby visually matching color name available. It's name is Zanah and its hex is #B2C6B1 Nearest Color Name

Color Hue/Base color: Green

Hex #b5c5b1 Color code in RGB color code model is created after adding 70.98% red color, 77.25% green color and 69.41% blue color. Hex #b5c5b1 Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 0% magenta, 10% yellow and 22.75% black.

Hex #b5c5b1 color code is between #bbccaa web safe hex color code and #aabbbb web safe hex color code. #bbccaa is the nearest web safe color code. You can see here many more shades of #b5c5b1 color code.

RGB Chart

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

Color Table

Hex Color Code b5c5b1 #b5c5b1
RGB Decimal 181, 197, 177 181, 197, 177
RGB Percent 71%, 77%, 69% rgb(71%, 77%, 69%)
CSS RGBa 181, 197, 177,1 rgba(181,197,177,1)
CMYK Model cmyk(8%,0%,10%,22.75%)
HSL Color Space 108,15% ,73% hsl(108,15% ,73%)
HSV Color Space 108°, 10%, 77%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10110101 11000101 10110001
Octal 265 305 261
Decimal 181 197 177
Hex b5 c5 b1

Different shades of #b5c5b1 color code.

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

Darkest of #b5c5b1
#657f5e
Darker of #b5c5b1
#7d9976
Dark of #b5c5b1
#99af94
Base of #b5c5b1
#b5c5b1
Light of #b5c5b1
#d1dbce
Lighter
#ecf0eb
Lightest
#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

#b5c5b1
#c1b1c5

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

Split Complementary

#b5c5b1
#b7b1c5
#c5b1bf

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

Analogous Color

#c1c5b1
#bdc5b1
#b5c5b1
#b1c5b4
#b1c5bc

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

#b5c5b1
#c5b1b5
#b1b5c5

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

#b5c5b1
#b1b5c5
#c1b1c5
#c5c1b1

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#b5c5b1
#b1bfc5
#c1b1c5
#c5b7b1

Square 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).

Monochromatic Color with #b5c5b1

#4d6148
#657f5e
#7d9976
#99af94
#b5c5b1
#d1dbce
#ecf0eb
#ffffff
#ffffff

Tints of #b5c5b1 Color

#b5c5b1
#bdcbb9
#c5d1c2
#cdd8cb
#d5ded3
#dee5dc
#e6ebe5
#eef2ed
#f6f8f6
#ffffff

Shades of #b5c5b1 color code

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

#b5c5b1
#a0af9d
#8c9989
#788376
#646d62
#50574e
#3c413b
#282b27
#141513
#000000

Tones

#b5c5b1
#bbbbbb
#bbbbbb
#bbbbbb
#bbbbbb

Tones

Similar Color like #b5c5b1 color

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

#b6c6b2
#b7c7b3
#b8c8b4
#b9c9b5
#bacab6
#bbcbb7
#bcccb8
#bdcdb9
#beceba
#bfcfbb
#c0d0bc
#c1d1bd
#c2d2be
#c3d3bf
#b4c4b0
#b3c3af
#b2c2ae
#b1c1ad
#b0c0ac
#afbfab
#aebeaa
#adbda9
#acbca8
#abbba7
#aabaa6
#a9b9a5
#a8b8a4
#a7b7a3

Download this Light Green

Hex #b5c5b1 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.

#b5c5b1 Color Code Preview on Black Background Color

This is how #b5c5b1 Color will look on black background color. Color contrast ratio is 11.59

#b5c5b1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b5c5b1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b5c5b1

#b5c5b1 color code is use for CSS Background Color

Background color for the above div is #b5c5b1

HTML with inline CSS

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

#b5c5b1 color code is use for CSS Border Color

CSS Border color for the above div is #b5c5b1

HTML with inline CSS

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

CSS Border Left color for the above div is #b5c5b1

HTML with inline CSS

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

CSS Border Right color for the above div is #b5c5b1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b5c5b1

HTML with inline CSS

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

CSS Border Top color for the above div is #b5c5b1

HTML with inline CSS

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

#b5c5b1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b5c5b1 Color code Preview on White Background

This is how #b5c5b1 Color code will look on white background color. Color contrast ratio is 1.81

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(181,197,177,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(193,177,197,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(181,197,177,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }