Skip to main content Skip to docs navigation

#bec01f hex color | Download Dark Green BG image | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Fallout Green and its hex is #B6C121 Nearest Color Name

Color Hue/Base color: Green

Hex #bec01f Color code in RGB color code model is created after adding 74.51% red color, 75.29% green color and 12.16% blue color. Hex #bec01f Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 0% magenta, 84% yellow and 24.71% black.

Hex #bec01f color code is between #bbbb22 web safe hex color code and #cccc11 web safe hex color code. #bbbb22 is the nearest web safe color code. You can see here many more shades of #bec01f color code.

RGB Chart

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

Color Table

Hex Color Code bec01f #bec01f
RGB Decimal 190, 192, 31 190, 192, 31
RGB Percent 75%, 75%, 12% rgb(75%, 75%, 12%)
CSS RGBa 190, 192, 31,1 rgba(190,192,31,1)
CMYK Model cmyk(1%,0%,84%,24.71%)
HSL Color Space 61,72% ,44% hsl(61,72% ,44%)
HSV Color Space 61°, 84%, 75%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111110 11000000 00011111
Octal 276 300 37
Decimal 190 192 31
Hex be c0 1f

Different shades of #bec01f color code.

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

Darkest of #bec01f
#3c3c0a
Darker of #bec01f
#676811
Dark of #bec01f
#939418
Base of #bec01f
#bec01f
Light of #bec01f
#dcde34
Lighter
#e4e560
Lightest
#ebec8c

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

#bec01f
#211fc0

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

Split Complementary

#bec01f
#1f6dc0
#721fc0

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

Analogous Color

#c0641f
#c07f1f
#bec01f
#88c01f
#45c01f

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

#bec01f
#c01fbe
#1fbec0

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

#bec01f
#1fbec0
#211fc0
#c0211f

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#bec01f
#1fc072
#211fc0
#c01f6d

Square 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).

Monochromatic Color with #bec01f

#101003
#3c3c0a
#676811
#939418
#bec01f
#dcde34
#e4e560
#ebec8c
#f3f3b8

Tints of #bec01f Color

#bec01f
#c5c737
#ccce50
#d3d569
#dadc82
#e2e39b
#e9eab4
#f0f1cd
#f7f8e6
#ffffff

Shades of #bec01f color code

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

#bec01f
#a8aa1b
#939518
#7e8014
#696a11
#54550d
#3f400a
#2a2a06
#151503
#000000

Tones

#bec01f
#a8aa35
#93934c
#7d7d62
#707070

Tones

Similar Color like #bec01f color

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

#bfc120
#c0c221
#c1c322
#c2c423
#c3c524
#c4c625
#c5c726
#c6c827
#c7c928
#c8ca29
#c9cb2a
#cacc2b
#cbcd2c
#ccce2d
#bdbf1e
#bcbe1d
#bbbd1c
#babc1b
#b9bb1a
#b8ba19
#b7b918
#b6b817
#b5b716
#b4b615
#b3b514
#b2b413
#b1b312
#b0b211

Download this Dark Green

Hex #bec01f 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.

#bec01f Color Code Preview on Black Background Color

This is how #bec01f Color will look on black background color. Color contrast ratio is 10.75

#bec01f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bec01f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bec01f

#bec01f color code is use for CSS Background Color

Background color for the above div is #bec01f

HTML with inline CSS

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

#bec01f color code is use for CSS Border Color

CSS Border color for the above div is #bec01f

HTML with inline CSS

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

CSS Border Left color for the above div is #bec01f

HTML with inline CSS

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

CSS Border Right color for the above div is #bec01f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bec01f

HTML with inline CSS

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

CSS Border Top color for the above div is #bec01f

HTML with inline CSS

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

#bec01f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bec01f Color code Preview on White Background

This is how #bec01f Color code will look on white background color. Color contrast ratio is 1.95

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(190,192,31,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(33,31,192,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,192,31,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }