crispedge.com

Color picker

Loading...

#bcc59e hex color - Green - Warm color - Information

#bcc59e hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #bcc59e Color code in RGB color code model is created after adding 73.73% red color, 77.25% green color and 61.96% blue color. Hex #bcc59e Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 0% magenta, 20% yellow and 23% black.

Hex #bcc59e color code is between #bbcc99 web safe hex color code and #ccbbaa web safe hex color code. #bbcc99 is the nearest web safe color code. You can see here many more shades of #bcc59e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebcc59e#bcc59e
RGB Decimal188, 197, 158rgb(188, 197, 158)
RGB Percent74%, 77%, 62%rgb(74%, 77%, 62%)
CSS RGBa188, 197, 158,1rgba(188,197,158,1)
CMYK Modelcmyk(5%,0%,20%,23%)
HSL Color Space74,25% ,70%hsl(74,25% ,70%)
HSV Color Space74°, 20%, 77%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111001100010110011110
Octal274305236
Decimal188197158
Hexbcc59e

Different shades of #bcc59e color code.

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

Light Shade of #bcc59e
#d2d8be
Dark Shade of #bcc59e
#a6b27e
Saturated Shade of #bcc59e
#c0cd96
Desaturated Shade of #bcc59e
#b8bda6
Grey scale Shade of #bcc59e
#b1b1b1
Brighten Shade
#d5deb7
Most Readable Shade
#000000

Shades of #bcc59e color code

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

#bcc59e
#a7af8c
#92997a
#7d8369
#686d57
#535746
#3e4134
#292b23
#141511
#000000

Similar Color like #bcc59e color

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

#bdc69f
#bec7a0
#bfc8a1
#c0c9a2
#c1caa3
#c2cba4
#c3cca5
#c4cda6
#c5cea7
#c6cfa8
#c7d0a9
#c8d1aa
#c9d2ab
#cad3ac
#bbc49d
#bac39c
#b9c29b
#b8c19a
#b7c099
#b6bf98
#b5be97
#b4bd96
#b3bc95
#b2bb94
#b1ba93
#b0b992
#afb891
#aeb790

Monochromatic Color with #bcc59e

#bcc59e
#e5efc0
#1a1b16
#424538
#6b705a
#939a7c

Tints of #bcc59e Color

#bcc59e
#c3cba8
#cad1b3
#d2d8be
#d9dec9
#e1e5d3
#e8ebde
#f0f2e9
#f7f8f4
#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

#bcc59e
#a79ec5

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

Split Complementary

#bcc59e
#9ea9c5
#bb9ec5

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

Analogous Color

#c5be9e
#c4c59e
#bcc59e
#b4c59e
#acc59e

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

#bcc59e
#9ebcc5
#c59ebc

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

#bcc59e
#9ec5ba
#a79ec5
#c59ea8

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

#bcc59e
#a79ec5
#bb9ec5
#a9c59e

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

#bcc59e Color Code Preview on Black Background Color

This is how #bcc59e Color will look on black background color. Color contrast ratio is 11.62

#bcc59e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcc59e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcc59e

#bcc59e color code is use for CSS Background Color

Background color for the above div is #bcc59e

HTML with inline CSS

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

#bcc59e color code is use for CSS Border Color

CSS Border color for the above div is #bcc59e

HTML with inline CSS

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

CSS Border Left color for the above div is #bcc59e

HTML with inline CSS

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

CSS Border Right color for the above div is #bcc59e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcc59e

HTML with inline CSS

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

CSS Border Top color for the above div is #bcc59e

HTML with inline CSS

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

#bcc59e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcc59e Color code Preview on White Background

This is how #bcc59e Color code will look on white background color. Color contrast ratio is 1.81

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

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(188,197,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(167,158,197,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,197,158,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.