@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#bcc47d hex color - Green - Warm color - Information

#bcc47d hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #bcc47d Color code in RGB color code model is created after adding 73.73% red color, 76.86% green color and 49.02% blue color. Hex #bcc47d Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 0% magenta, 36% yellow and 23.14% black.

Hex #bcc47d color code is between #bbcc77 web safe hex color code and #ccbb88 web safe hex color code. #bbcc77 is the nearest web safe color code. You can see here many more shades of #bcc47d color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebcc47d#bcc47d
RGB Decimal188, 196, 125rgb(188, 196, 125)
RGB Percent74%, 77%, 49%rgb(74%, 77%, 49%)
CSS RGBa188, 196, 125,1rgba(188,196,125,1)
CMYK Modelcmyk(4%,0%,36%,23.14%)
HSL Color Space67,38% ,63%hsl(67,38% ,63%)
HSV Color Space67°, 36%, 77%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111001100010001111101
Octal274304175
Decimal188196125
Hexbcc47d

Different shades of #bcc47d color code.

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

Light Shade of #bcc47d
#ced4a0
Dark Shade of #bcc47d
#aab45a
Saturated Shade of #bcc47d
#c3cd74
Desaturated Shade of #bcc47d
#b5bb86
Grey scale Shade of #bcc47d
#a0a0a0
Brighten Shade
#d5dd96
Most Readable Shade
#000000

Shades of #bcc47d color code

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

#bcc47d
#a7ae6f
#929861
#7d8253
#686c45
#535737
#3e4129
#292b1b
#14150d
#000000

Similar Color like #bcc47d color

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

#bdc57e
#bec67f
#bfc780
#c0c881
#c1c982
#c2ca83
#c3cb84
#c4cc85
#c5cd86
#c6ce87
#c7cf88
#c8d089
#c9d18a
#cad28b
#bbc37c
#bac27b
#b9c17a
#b8c079
#b7bf78
#b6be77
#b5bd76
#b4bc75
#b3bb74
#b2ba73
#b1b972
#b0b871
#afb770
#aeb66f

Monochromatic Color with #bcc47d

#bcc47d
#e5ee98
#191a11
#42442c
#6a6f47
#939962

Tints of #bcc47d Color

#bcc47d
#c3ca8b
#cad199
#d2d7a8
#d9deb6
#e1e4c5
#e8ebd3
#f0f1e2
#f7f8f0
#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

#bcc47d
#857dc4

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

Split Complementary

#bcc47d
#7d99c4
#a97dc4

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

Analogous Color

#c4b07d
#c4be7d
#bcc47d
#aec47d
#a0c47d

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

#bcc47d
#7dbcc4
#c47dbc

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

#bcc47d
#7dc4a8
#857dc4
#c47d98

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

#bcc47d
#857dc4
#a97dc4
#98c47d

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

#bcc47d Color Code Preview on Black Background Color

This is how #bcc47d Color will look on black background color. Color contrast ratio is 11.33

#bcc47d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcc47d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcc47d

#bcc47d color code is use for CSS Background Color

Background color for the above div is #bcc47d

HTML with inline CSS

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

#bcc47d color code is use for CSS Border Color

CSS Border color for the above div is #bcc47d

HTML with inline CSS

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

CSS Border Left color for the above div is #bcc47d

HTML with inline CSS

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

CSS Border Right color for the above div is #bcc47d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcc47d

HTML with inline CSS

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

CSS Border Top color for the above div is #bcc47d

HTML with inline CSS

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

#bcc47d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcc47d Color code Preview on White Background

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

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,196,125,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(133,125,196,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,196,125,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.