crispedge.com

Color picker

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

#b1ea6b hex color - Green - Warm color - Information

#b1ea6b hex color - Green - Warm color

Color Hue/Base color: Green

Hex #b1ea6b Color code in RGB color code model is created after adding 69.41% red color, 91.76% green color and 41.96% blue color. Hex #b1ea6b Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 0% magenta, 54% yellow and 8% black.

Hex #b1ea6b color code is between #aaee66 web safe hex color code and #bbdd77 web safe hex color code. #aaee66 is the nearest web safe color code. You can see here many more shades of #b1ea6b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb1ea6b#b1ea6b
RGB Decimal177, 234, 107rgb(177, 234, 107)
RGB Percent69%, 92%, 42%rgb(69%, 92%, 42%)
CSS RGBa177, 234, 107,1rgba(177,234,107,1)
CMYK Modelcmyk(24%,0%,54%,8%)
HSL Color Space87,75% ,67%hsl(87,75% ,67%)
HSV Color Space87°, 54%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100011110101001101011
Octal261352153
Decimal177234107
Hexb1ea6b

Different shades of #b1ea6b color code.

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

Light Shade of #b1ea6b
#c9f098
Dark Shade of #b1ea6b
#99e43e
Saturated Shade of #b1ea6b
#b2f263
Desaturated Shade of #b1ea6b
#b0e273
Grey scale Shade of #b1ea6b
#aaaaaa
Brighten Shade
#caff84
Most Readable Shade
#000000

Shades of #b1ea6b color code

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

#b1ea6b
#9dd05f
#89b653
#769c47
#62823b
#4e682f
#3b4e23
#273417
#131a0b
#000000

Similar Color like #b1ea6b color

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

#b2eb6c
#b3ec6d
#b4ed6e
#b5ee6f
#b6ef70
#b7f071
#b8f172
#b9f273
#baf374
#bbf475
#bcf576
#bdf677
#bef778
#bff879
#b0e96a
#afe869
#aee768
#ade667
#ace566
#abe465
#aae364
#a9e263
#a8e162
#a7e061
#a6df60
#a5de5f
#a4dd5e
#a3dc5d

Monochromatic Color with #b1ea6b

#b1ea6b
#10150a
#30401d
#516a31
#719544
#91bf58

Tints of #b1ea6b Color

#b1ea6b
#b9ec7b
#c2ee8b
#cbf19c
#d3f3ac
#dcf5bd
#e5f8cd
#edfade
#f6fcee
#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

#b1ea6b
#a46bea

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

Split Complementary

#b1ea6b
#6b71ea
#e46bea

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

Analogous Color

#e4ea6b
#caea6b
#b1ea6b
#98ea6b
#7eea6b

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

#b1ea6b
#6bb1ea
#ea6bb1

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

#b1ea6b
#6beae3
#a46bea
#ea6b71

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

#b1ea6b
#a46bea
#e46bea
#71ea6b

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

#b1ea6b Color Code Preview on Black Background Color

This is how #b1ea6b Color will look on black background color. Color contrast ratio is 14.85

#b1ea6b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b1ea6b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b1ea6b

#b1ea6b color code is use for CSS Background Color

Background color for the above div is #b1ea6b

HTML with inline CSS

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

#b1ea6b color code is use for CSS Border Color

CSS Border color for the above div is #b1ea6b

HTML with inline CSS

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

CSS Border Left color for the above div is #b1ea6b

HTML with inline CSS

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

CSS Border Right color for the above div is #b1ea6b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b1ea6b

HTML with inline CSS

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

CSS Border Top color for the above div is #b1ea6b

HTML with inline CSS

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

#b1ea6b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b1ea6b Color code Preview on White Background

This is how #b1ea6b Color code will look on white background color. Color contrast ratio is 1.41

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

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.