crispedge.com

Color picker

Loading...

#b8cb80 hex color - Green - Warm color - Information

#b8cb80 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #b8cb80 Color code in RGB color code model is created after adding 72.16% red color, 79.61% green color and 50.2% blue color. Hex #b8cb80 Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 0% magenta, 37% yellow and 20% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb8cb80#b8cb80
RGB Decimal184, 203, 128rgb(184, 203, 128)
RGB Percent72%, 80%, 50%rgb(72%, 80%, 50%)
CSS RGBa184, 203, 128,1rgba(184,203,128,1)
CMYK Modelcmyk(9%,0%,37%,20%)
HSL Color Space75,42% ,65%hsl(75,42% ,65%)
HSV Color Space75°, 37%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110001100101110000000
Octal270313200
Decimal184203128
Hexb8cb80

Different shades of #b8cb80 color code.

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

Light Shade of #b8cb80
#ccdaa4
Dark Shade of #b8cb80
#a4bc5c
Saturated Shade of #b8cb80
#bcd477
Desaturated Shade of #b8cb80
#b4c289
Grey scale Shade of #b8cb80
#a5a5a5
Brighten Shade
#d1e499
Most Readable Shade
#000000

Shades of #b8cb80 color code

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

#b8cb80
#a3b471
#8f9d63
#7a8755
#667047
#515a38
#3d432a
#282d1c
#14160e
#000000

Similar Color like #b8cb80 color

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

#b9cc81
#bacd82
#bbce83
#bccf84
#bdd085
#bed186
#bfd287
#c0d388
#c1d489
#c2d58a
#c3d68b
#c4d78c
#c5d88d
#c6d98e
#b7ca7f
#b6c97e
#b5c87d
#b4c77c
#b3c67b
#b2c57a
#b1c479
#b0c378
#afc277
#aec176
#adc075
#acbf74
#abbe73
#aabd72

Monochromatic Color with #b8cb80

#b8cb80
#dff59b
#1e2115
#444b30
#6b764a
#91a065

Tints of #b8cb80 Color

#b8cb80
#bfd08e
#c7d69c
#cfdcaa
#d7e2b8
#dfe7c6
#e7edd4
#eff3e2
#f7f9f0
#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

#b8cb80
#9380cb

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

Split Complementary

#b8cb80
#8093cb
#b880cb

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

Analogous Color

#cbc080
#c7cb80
#b8cb80
#a9cb80
#9acb80

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

#b8cb80
#80b8cb
#cb80b8

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

#b8cb80
#80cbb8
#9380cb
#cb8092

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

#b8cb80
#9380cb
#b880cb
#93cb80

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

#b8cb80 Color Code Preview on Black Background Color

This is how #b8cb80 Color will look on black background color. Color contrast ratio is 11.89

#b8cb80 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b8cb80

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b8cb80

#b8cb80 color code is use for CSS Background Color

Background color for the above div is #b8cb80

HTML with inline CSS

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

#b8cb80 color code is use for CSS Border Color

CSS Border color for the above div is #b8cb80

HTML with inline CSS

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

CSS Border Left color for the above div is #b8cb80

HTML with inline CSS

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

CSS Border Right color for the above div is #b8cb80

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b8cb80

HTML with inline CSS

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

CSS Border Top color for the above div is #b8cb80

HTML with inline CSS

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

#b8cb80 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b8cb80 Color code Preview on White Background

This is how #b8cb80 Color code will look on white background color. Color contrast ratio is 1.77

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

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(184,203,128,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(147,128,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(184,203,128,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.