crispedge.com

Color picker

Loading...

#bcc08a hex color - Green - Warm color - Information

#bcc08a hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #bcc08a Color code in RGB color code model is created after adding 73.73% red color, 75.29% green color and 54.12% blue color. Hex #bcc08a Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 28% yellow and 25% black.

Hex #bcc08a color code is between #bbbb88 web safe hex color code and #cccc99 web safe hex color code. #bbbb88 is the nearest web safe color code. You can see here many more shades of #bcc08a color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebcc08a#bcc08a
RGB Decimal188, 192, 138rgb(188, 192, 138)
RGB Percent74%, 75%, 54%rgb(74%, 75%, 54%)
CSS RGBa188, 192, 138,1rgba(188,192,138,1)
CMYK Modelcmyk(2%,0%,28%,25%)
HSL Color Space64,30% ,65%hsl(64,30% ,65%)
HSV Color Space64°, 28%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111001100000010001010
Octal274300212
Decimal188192138
Hexbcc08a

Different shades of #bcc08a color code.

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

Light Shade of #bcc08a
#cfd2ab
Dark Shade of #bcc08a
#a9ae69
Saturated Shade of #bcc08a
#c4c981
Desaturated Shade of #bcc08a
#b4b793
Grey scale Shade of #bcc08a
#a5a5a5
Brighten Shade
#d5d9a3
Most Readable Shade
#000000

Shades of #bcc08a color code

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

#bcc08a
#a7aa7a
#92956b
#7d805c
#686a4c
#53553d
#3e402e
#292a1e
#14150f
#000000

Similar Color like #bcc08a color

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

#bdc18b
#bec28c
#bfc38d
#c0c48e
#c1c58f
#c2c690
#c3c791
#c4c892
#c5c993
#c6ca94
#c7cb95
#c8cc96
#c9cd97
#cace98
#bbbf89
#babe88
#b9bd87
#b8bc86
#b7bb85
#b6ba84
#b5b983
#b4b882
#b3b781
#b2b680
#b1b57f
#b0b47e
#afb37d
#aeb27c

Monochromatic Color with #bcc08a

#bcc08a
#e6eaa9
#161610
#3f402e
#696b4d
#92956b

Tints of #bcc08a Color

#bcc08a
#c3c797
#cacea4
#d2d5b1
#d9dcbe
#e1e3cb
#e8ead8
#f0f1e5
#f7f8f2
#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

#bcc08a
#8e8ac0

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

Split Complementary

#bcc08a
#8aa1c0
#a98ac0

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

Analogous Color

#c0ae8a
#c0b98a
#bcc08a
#b1c08a
#a6c08a

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

#bcc08a
#8abcc0
#c08abc

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

#bcc08a
#8ac0a9
#8e8ac0
#c08aa1

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

#bcc08a
#8e8ac0
#a98ac0
#a1c08a

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

#bcc08a Color Code Preview on Black Background Color

This is how #bcc08a Color will look on black background color. Color contrast ratio is 11.05

#bcc08a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcc08a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcc08a

#bcc08a color code is use for CSS Background Color

Background color for the above div is #bcc08a

HTML with inline CSS

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

#bcc08a color code is use for CSS Border Color

CSS Border color for the above div is #bcc08a

HTML with inline CSS

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

CSS Border Left color for the above div is #bcc08a

HTML with inline CSS

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

CSS Border Right color for the above div is #bcc08a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcc08a

HTML with inline CSS

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

CSS Border Top color for the above div is #bcc08a

HTML with inline CSS

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

#bcc08a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcc08a Color code Preview on White Background

This is how #bcc08a Color code will look on white background color. Color contrast ratio is 1.90

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

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,192,138,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(142,138,192,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,192,138,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.