crispedge.com

Color picker

Loading...

#becc5b hex color - Green - Warm color - Information

#becc5b hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #becc5b Color code in RGB color code model is created after adding 74.51% red color, 80% green color and 35.69% blue color. Hex #becc5b Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 0% magenta, 55% yellow and 20% black.

Hex #becc5b color code is between #bbbb55 web safe hex color code and #ccdd66 web safe hex color code. #bbbb55 is the nearest web safe color code. You can see here many more shades of #becc5b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebecc5b#becc5b
RGB Decimal190, 204, 91rgb(190, 204, 91)
RGB Percent75%, 80%, 36%rgb(75%, 80%, 36%)
CSS RGBa190, 204, 91,1rgba(190,204,91,1)
CMYK Modelcmyk(7%,0%,55%,20%)
HSL Color Space67,53% ,58%hsl(67,53% ,58%)
HSV Color Space67°, 55%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111101100110001011011
Octal276314133
Decimal19020491
Hexbecc5b

Different shades of #becc5b color code.

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

Light Shade of #becc5b
#cdd882
Dark Shade of #becc5b
#aaba3a
Saturated Shade of #becc5b
#c6d750
Desaturated Shade of #becc5b
#b6c166
Grey scale Shade of #becc5b
#939393
Brighten Shade
#d7e574
Most Readable Shade
#000000

Shades of #becc5b color code

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

#becc5b
#a8b550
#939e46
#7e883c
#697132
#545a28
#3f441e
#2a2d14
#15160a
#000000

Similar Color like #becc5b color

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

#bfcd5c
#c0ce5d
#c1cf5e
#c2d05f
#c3d160
#c4d261
#c5d362
#c6d463
#c7d564
#c8d665
#c9d766
#cad867
#cbd968
#ccda69
#bdcb5a
#bcca59
#bbc958
#bac857
#b9c756
#b8c655
#b7c554
#b6c453
#b5c352
#b4c251
#b3c150
#b2c04f
#b1bf4e
#b0be4d

Monochromatic Color with #becc5b

#becc5b
#e6f66e
#20220f
#474c22
#6f7735
#96a148

Tints of #becc5b Color

#becc5b
#c5d16d
#ccd77f
#d3dd91
#dae2a3
#e2e8b6
#e9eec8
#f0f3da
#f7f9ec
#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

#becc5b
#695bcc

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

Split Complementary

#becc5b
#5b85cc
#a15bcc

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

Analogous Color

#ccad5b
#ccc35b
#becc5b
#a7cc5b
#91cc5b

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

#becc5b
#5bbecc
#cc5bbe

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

#becc5b
#5bcca1
#695bcc
#cc5b85

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

#becc5b
#695bcc
#a15bcc
#86cc5b

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

#becc5b Color Code Preview on Black Background Color

This is how #becc5b Color will look on black background color. Color contrast ratio is 11.98

#becc5b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #becc5b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #becc5b

#becc5b color code is use for CSS Background Color

Background color for the above div is #becc5b

HTML with inline CSS

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

#becc5b color code is use for CSS Border Color

CSS Border color for the above div is #becc5b

HTML with inline CSS

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

CSS Border Left color for the above div is #becc5b

HTML with inline CSS

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

CSS Border Right color for the above div is #becc5b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #becc5b

HTML with inline CSS

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

CSS Border Top color for the above div is #becc5b

HTML with inline CSS

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

#becc5b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#becc5b Color code Preview on White Background

This is how #becc5b Color code will look on white background color. Color contrast ratio is 1.75

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

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(190,204,91,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(105,91,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,204,91,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.