crispedge.com

Color picker

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

#b5c682 hex color - Green - Warm color - Information

#b5c682 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #b5c682 Color code in RGB color code model is created after adding 70.98% red color, 77.65% green color and 50.98% blue color. Hex #b5c682 Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 0% magenta, 34% yellow and 22% black.

Hex #b5c682 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 #b5c682 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb5c682#b5c682
RGB Decimal181, 198, 130rgb(181, 198, 130)
RGB Percent71%, 78%, 51%rgb(71%, 78%, 51%)
CSS RGBa181, 198, 130,1rgba(181,198,130,1)
CMYK Modelcmyk(9%,0%,34%,22%)
HSL Color Space75,37% ,64%hsl(75,37% ,64%)
HSV Color Space75°, 34%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101011100011010000010
Octal265306202
Decimal181198130
Hexb5c682

Different shades of #b5c682 color code.

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

Light Shade of #b5c682
#cad6a5
Dark Shade of #b5c682
#a0b65f
Saturated Shade of #b5c682
#bacf79
Desaturated Shade of #b5c682
#b0bd8b
Grey scale Shade of #b5c682
#a4a4a4
Brighten Shade
#cedf9b
Most Readable Shade
#000000

Shades of #b5c682 color code

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

#b5c682
#a0b073
#8c9a65
#788456
#646e48
#505839
#3c422b
#282c1c
#14160e
#000000

Similar Color like #b5c682 color

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

#b6c783
#b7c884
#b8c985
#b9ca86
#bacb87
#bbcc88
#bccd89
#bdce8a
#becf8b
#bfd08c
#c0d18d
#c1d28e
#c2d38f
#c3d490
#b4c581
#b3c480
#b2c37f
#b1c27e
#b0c17d
#afc07c
#aebf7b
#adbe7a
#acbd79
#abbc78
#aabb77
#a9ba76
#a8b975
#a7b874

Monochromatic Color with #b5c682

#b5c682
#dcf09e
#1a1c12
#40462e
#67714a
#8e9b66

Tints of #b5c682 Color

#b5c682
#bdcc8f
#c5d29d
#cdd9ab
#d5dfb9
#dee5c7
#e6ecd5
#eef2e3
#f6f8f1
#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

#b5c682
#9382c6

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

Split Complementary

#b5c682
#8293c6
#b582c6

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

Analogous Color

#c6bc82
#c3c682
#b5c682
#a7c682
#9ac682

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

#b5c682
#82b5c6
#c682b5

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

#b5c682
#82c6b5
#9382c6
#c68293

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

#b5c682
#9382c6
#b582c6
#93c682

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

#b5c682 Color Code Preview on Black Background Color

This is how #b5c682 Color will look on black background color. Color contrast ratio is 11.36

#b5c682 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b5c682

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b5c682

#b5c682 color code is use for CSS Background Color

Background color for the above div is #b5c682

HTML with inline CSS

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

#b5c682 color code is use for CSS Border Color

CSS Border color for the above div is #b5c682

HTML with inline CSS

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

CSS Border Left color for the above div is #b5c682

HTML with inline CSS

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

CSS Border Right color for the above div is #b5c682

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b5c682

HTML with inline CSS

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

CSS Border Top color for the above div is #b5c682

HTML with inline CSS

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

#b5c682 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b5c682 Color code Preview on White Background

This is how #b5c682 Color code will look on white background color. Color contrast ratio is 1.85

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

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.