crispedge.com

Color picker

Loading...

#bcc39d hex color - Green - Warm color - Information

#bcc39d hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #bcc39d Color code in RGB color code model is created after adding 73.73% red color, 76.47% green color and 61.57% blue color. Hex #bcc39d Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 0% magenta, 19% yellow and 24% black.

Hex #bcc39d color code is between #bbbb99 web safe hex color code and #ccccaa web safe hex color code. #bbbb99 is the nearest web safe color code. You can see here many more shades of #bcc39d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebcc39d#bcc39d
RGB Decimal188, 195, 157rgb(188, 195, 157)
RGB Percent74%, 76%, 62%rgb(74%, 76%, 62%)
CSS RGBa188, 195, 157,1rgba(188,195,157,1)
CMYK Modelcmyk(4%,0%,19%,24%)
HSL Color Space71,24% ,69%hsl(71,24% ,69%)
HSV Color Space71°, 19%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111001100001110011101
Octal274303235
Decimal188195157
Hexbcc39d

Different shades of #bcc39d color code.

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

Light Shade of #bcc39d
#d2d6bd
Dark Shade of #bcc39d
#a6b07d
Saturated Shade of #bcc39d
#c1cb95
Desaturated Shade of #bcc39d
#b7bba5
Grey scale Shade of #bcc39d
#b0b0b0
Brighten Shade
#d5dcb6
Most Readable Shade
#000000

Shades of #bcc39d color code

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

#bcc39d
#a7ad8b
#92977a
#7d8268
#686c57
#535645
#3e4134
#292b22
#141511
#000000

Similar Color like #bcc39d color

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

#bdc49e
#bec59f
#bfc6a0
#c0c7a1
#c1c8a2
#c2c9a3
#c3caa4
#c4cba5
#c5cca6
#c6cda7
#c7cea8
#c8cfa9
#c9d0aa
#cad1ab
#bbc29c
#bac19b
#b9c09a
#b8bf99
#b7be98
#b6bd97
#b5bc96
#b4bb95
#b3ba94
#b2b993
#b1b892
#b0b791
#afb690
#aeb58f

Monochromatic Color with #bcc39d

#bcc39d
#e5edbf
#181914
#414336
#6a6e59
#93987b

Tints of #bcc39d Color

#bcc39d
#c3c9a7
#cad0b2
#d2d7bd
#d9ddc8
#e1e4d3
#e8ebde
#f0f1e9
#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

#bcc39d
#a49dc3

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

Split Complementary

#bcc39d
#9da9c3
#b79dc3

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

Analogous Color

#c3bb9d
#c3c29d
#bcc39d
#b4c39d
#adc39d

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

#bcc39d
#9dbcc3
#c39dbc

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

#bcc39d
#9dc3b7
#a49dc3
#c39da9

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

#bcc39d
#a49dc3
#b79dc3
#a9c39d

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

#bcc39d Color Code Preview on Black Background Color

This is how #bcc39d Color will look on black background color. Color contrast ratio is 11.43

#bcc39d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcc39d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcc39d

#bcc39d color code is use for CSS Background Color

Background color for the above div is #bcc39d

HTML with inline CSS

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

#bcc39d color code is use for CSS Border Color

CSS Border color for the above div is #bcc39d

HTML with inline CSS

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

CSS Border Left color for the above div is #bcc39d

HTML with inline CSS

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

CSS Border Right color for the above div is #bcc39d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcc39d

HTML with inline CSS

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

CSS Border Top color for the above div is #bcc39d

HTML with inline CSS

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

#bcc39d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcc39d Color code Preview on White Background

This is how #bcc39d Color code will look on white background color. Color contrast ratio is 1.84

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

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,195,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(164,157,195,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,195,157,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.