crispedge.com

Color picker

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

#b6ce5e hex color - Green - Warm color - Information

#b6ce5e hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #b6ce5e Color code in RGB color code model is created after adding 71.37% red color, 80.78% green color and 36.86% blue color. Hex #b6ce5e Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 0% magenta, 54% yellow and 19% black.

Hex #b6ce5e color code is between #bbcc66 web safe hex color code and #aadd55 web safe hex color code. #bbcc66 is the nearest web safe color code. You can see here many more shades of #b6ce5e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb6ce5e#b6ce5e
RGB Decimal182, 206, 94rgb(182, 206, 94)
RGB Percent71%, 81%, 37%rgb(71%, 81%, 37%)
CSS RGBa182, 206, 94,1rgba(182,206,94,1)
CMYK Modelcmyk(12%,0%,54%,19%)
HSL Color Space73,53% ,59%hsl(73,53% ,59%)
HSV Color Space73°, 54%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101101100111001011110
Octal266316136
Decimal18220694
Hexb6ce5e

Different shades of #b6ce5e color code.

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

Light Shade of #b6ce5e
#c8da85
Dark Shade of #b6ce5e
#a2bf3a
Saturated Shade of #b6ce5e
#bcd853
Desaturated Shade of #b6ce5e
#b0c368
Grey scale Shade of #b6ce5e
#969696
Brighten Shade
#cfe777
Most Readable Shade
#000000

Shades of #b6ce5e color code

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

#b6ce5e
#a1b753
#8da049
#79893e
#657234
#505b29
#3c441f
#282d14
#14160a
#000000

Similar Color like #b6ce5e color

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

#b7cf5f
#b8d060
#b9d161
#bad262
#bbd363
#bcd464
#bdd565
#bed666
#bfd767
#c0d868
#c1d969
#c2da6a
#c3db6b
#c4dc6c
#b5cd5d
#b4cc5c
#b3cb5b
#b2ca5a
#b1c959
#b0c858
#afc757
#aec656
#adc555
#acc454
#abc353
#aac252
#a9c151
#a8c050

Monochromatic Color with #b6ce5e

#b6ce5e
#dcf871
#202410
#454e24
#6b7937
#90a34b

Tints of #b6ce5e Color

#b6ce5e
#bed36f
#c6d881
#cede93
#d6e3a5
#dee9b7
#e6eec9
#eef4db
#f6f9ed
#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

#b6ce5e
#765ece

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

Split Complementary

#b6ce5e
#5e7ece
#ae5ece

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

Analogous Color

#ceb95e
#ccce5e
#b6ce5e
#a0ce5e
#89ce5e

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

#b6ce5e
#5eb6ce
#ce5eb6

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

#b6ce5e
#5eceae
#765ece
#ce5e7e

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

#b6ce5e
#765ece
#ae5ece
#7ece5e

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

#b6ce5e Color Code Preview on Black Background Color

This is how #b6ce5e Color will look on black background color. Color contrast ratio is 11.98

#b6ce5e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b6ce5e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b6ce5e

#b6ce5e color code is use for CSS Background Color

Background color for the above div is #b6ce5e

HTML with inline CSS

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

#b6ce5e color code is use for CSS Border Color

CSS Border color for the above div is #b6ce5e

HTML with inline CSS

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

CSS Border Left color for the above div is #b6ce5e

HTML with inline CSS

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

CSS Border Right color for the above div is #b6ce5e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b6ce5e

HTML with inline CSS

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

CSS Border Top color for the above div is #b6ce5e

HTML with inline CSS

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

#b6ce5e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b6ce5e Color code Preview on White Background

This is how #b6ce5e Color code will look on white background color. Color contrast ratio is 1.75

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

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.