crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#b0bc96 hex color - Green - Warm color - Information

#b0bc96 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #b0bc96 Color code in RGB color code model is created after adding 69.02% red color, 73.73% green color and 58.82% blue color. Hex #b0bc96 Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 0% magenta, 20% yellow and 26% black.

Hex #b0bc96 color code is between #aabb99 web safe hex color code and #bbcc88 web safe hex color code. #aabb99 is the nearest web safe color code. You can see here many more shades of #b0bc96 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb0bc96#b0bc96
RGB Decimal176, 188, 150rgb(176, 188, 150)
RGB Percent69%, 74%, 59%rgb(69%, 74%, 59%)
CSS RGBa176, 188, 150,1rgba(176,188,150,1)
CMYK Modelcmyk(6%,0%,20%,26%)
HSL Color Space79,22% ,66%hsl(79,22% ,66%)
HSV Color Space79°, 20%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100001011110010010110
Octal260274226
Decimal176188150
Hexb0bc96

Different shades of #b0bc96 color code.

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

Light Shade of #b0bc96
#c7d0b5
Dark Shade of #b0bc96
#99a877
Saturated Shade of #b0bc96
#b3c58d
Desaturated Shade of #b0bc96
#adb39f
Grey scale Shade of #b0bc96
#a9a9a9
Brighten Shade
#c9d5af
Most Readable Shade
#000000

Shades of #b0bc96 color code

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

#b0bc96
#9ca785
#889274
#757d64
#616853
#4e5342
#3a3e32
#272921
#131410
#000000

Similar Color like #b0bc96 color

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

#b1bd97
#b2be98
#b3bf99
#b4c09a
#b5c19b
#b6c29c
#b7c39d
#b8c49e
#b9c59f
#bac6a0
#bbc7a1
#bcc8a2
#bdc9a3
#becaa4
#afbb95
#aeba94
#adb993
#acb892
#abb791
#aab690
#a9b58f
#a8b48e
#a7b38d
#a6b28c
#a5b18b
#a4b08a
#a3af89
#a2ae88

Monochromatic Color with #b0bc96

#b0bc96
#d8e6b8
#11120e
#393c30
#606752
#889174

Tints of #b0bc96 Color

#b0bc96
#b8c3a1
#c1caad
#cad2b9
#d3d9c4
#dbe1d0
#e4e8dc
#edf0e7
#f6f7f3
#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

#b0bc96
#a296bc

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

Split Complementary

#b0bc96
#969dbc
#b596bc

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

Analogous Color

#bcb996
#b8bc96
#b0bc96
#a8bc96
#a1bc96

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

#b0bc96
#96b0bc
#bc96b0

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

#b0bc96
#96bcb5
#a296bc
#bc969d

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

#b0bc96
#a296bc
#b596bc
#9dbc96

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

#b0bc96 Color Code Preview on Black Background Color

This is how #b0bc96 Color will look on black background color. Color contrast ratio is 10.48

#b0bc96 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b0bc96

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b0bc96

#b0bc96 color code is use for CSS Background Color

Background color for the above div is #b0bc96

HTML with inline CSS

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

#b0bc96 color code is use for CSS Border Color

CSS Border color for the above div is #b0bc96

HTML with inline CSS

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

CSS Border Left color for the above div is #b0bc96

HTML with inline CSS

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

CSS Border Right color for the above div is #b0bc96

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b0bc96

HTML with inline CSS

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

CSS Border Top color for the above div is #b0bc96

HTML with inline CSS

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

#b0bc96 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b0bc96 Color code Preview on White Background

This is how #b0bc96 Color code will look on white background color. Color contrast ratio is 2.00

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.