crispedge.com

Color picker

Loading...

#bdc28a hex color - Green - Warm color - Information

#bdc28a hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #bdc28a Color code in RGB color code model is created after adding 74.12% red color, 76.08% green color and 54.12% blue color. Hex #bdc28a Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 0% magenta, 29% yellow and 24% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebdc28a#bdc28a
RGB Decimal189, 194, 138rgb(189, 194, 138)
RGB Percent74%, 76%, 54%rgb(74%, 76%, 54%)
CSS RGBa189, 194, 138,1rgba(189,194,138,1)
CMYK Modelcmyk(3%,0%,29%,24%)
HSL Color Space65,31% ,65%hsl(65,31% ,65%)
HSV Color Space65°, 29%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011100001010001010
Octal275302212
Decimal189194138
Hexbdc28a

Different shades of #bdc28a color code.

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

Light Shade of #bdc28a
#d0d3ab
Dark Shade of #bdc28a
#aab168
Saturated Shade of #bdc28a
#c4cb81
Desaturated Shade of #bdc28a
#b6b993
Grey scale Shade of #bdc28a
#a6a6a6
Brighten Shade
#d6dba3
Most Readable Shade
#000000

Shades of #bdc28a color code

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

#bdc28a
#a8ac7a
#93966b
#7e815c
#696b4c
#54563d
#3f402e
#2a2b1e
#15150f
#000000

Similar Color like #bdc28a color

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

#bec38b
#bfc48c
#c0c58d
#c1c68e
#c2c78f
#c3c890
#c4c991
#c5ca92
#c6cb93
#c7cc94
#c8cd95
#c9ce96
#cacf97
#cbd098
#bcc189
#bbc088
#babf87
#b9be86
#b8bd85
#b7bc84
#b6bb83
#b5ba82
#b4b981
#b3b880
#b2b77f
#b1b67e
#b0b57d
#afb47c

Monochromatic Color with #bdc28a

#bdc28a
#e6eca8
#171811
#41422f
#6a6d4e
#94976c

Tints of #bdc28a Color

#bdc28a
#c4c897
#cbcfa4
#d3d6b1
#daddbe
#e1e3cb
#e9ead8
#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

#bdc28a
#8f8ac2

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

Split Complementary

#bdc28a
#8aa1c2
#ab8ac2

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

Analogous Color

#c2b18a
#c2bc8a
#bdc28a
#b2c28a
#a7c28a

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

#bdc28a
#8abdc2
#c28abd

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

#bdc28a
#8ac2ab
#8f8ac2
#c28aa1

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

#bdc28a
#8f8ac2
#ab8ac2
#a1c28a

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

#bdc28a Color Code Preview on Black Background Color

This is how #bdc28a Color will look on black background color. Color contrast ratio is 11.25

#bdc28a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdc28a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdc28a

#bdc28a color code is use for CSS Background Color

Background color for the above div is #bdc28a

HTML with inline CSS

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

#bdc28a color code is use for CSS Border Color

CSS Border color for the above div is #bdc28a

HTML with inline CSS

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

CSS Border Left color for the above div is #bdc28a

HTML with inline CSS

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

CSS Border Right color for the above div is #bdc28a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bdc28a

HTML with inline CSS

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

CSS Border Top color for the above div is #bdc28a

HTML with inline CSS

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

#bdc28a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bdc28a Color code Preview on White Background

This is how #bdc28a Color code will look on white background color. Color contrast ratio is 1.87

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

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(189,194,138,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(143,138,194,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,194,138,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.