crispedge.com

Color picker

Loading...

#bcca1e hex color - Green - Warm color - Information

#bcca1e hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #bcca1e Color code in RGB color code model is created after adding 73.73% red color, 79.22% green color and 11.76% blue color. Hex #bcca1e Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 0% magenta, 85% yellow and 21% black.

Hex #bcca1e color code is between #bbcc22 web safe hex color code and #ccbb11 web safe hex color code. #bbcc22 is the nearest web safe color code. You can see here many more shades of #bcca1e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebcca1e#bcca1e
RGB Decimal188, 202, 30rgb(188, 202, 30)
RGB Percent74%, 79%, 12%rgb(74%, 79%, 12%)
CSS RGBa188, 202, 30,1rgba(188,202,30,1)
CMYK Modelcmyk(7%,0%,85%,21%)
HSL Color Space65,74% ,45%hsl(65,74% ,45%)
HSV Color Space65°, 85%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111001100101000011110
Octal27431236
Decimal18820230
Hexbcca1e

Different shades of #bcca1e color code.

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

Light Shade of #bcca1e
#d4e239
Dark Shade of #bcca1e
#939e17
Saturated Shade of #bcca1e
#c6d612
Desaturated Shade of #bcca1e
#b2be2a
Grey scale Shade of #bcca1e
#747474
Brighten Shade
#d5e337
Most Readable Shade
#000000

Shades of #bcca1e color code

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

#bcca1e
#a7b31a
#929d17
#7d8614
#687010
#53590d
#3e430a
#292c06
#141603
#000000

Similar Color like #bcca1e color

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

#bdcb1f
#becc20
#bfcd21
#c0ce22
#c1cf23
#c2d024
#c3d125
#c4d226
#c5d327
#c6d428
#c7d529
#c8d62a
#c9d72b
#cad82c
#bbc91d
#bac81c
#b9c71b
#b8c61a
#b7c519
#b6c418
#b5c317
#b4c216
#b3c115
#b2c014
#b1bf13
#b0be12
#afbd11
#aebc10

Monochromatic Color with #bcca1e

#bcca1e
#e4f424
#1e2005
#454a0b
#6d7511
#949f18

Tints of #bcca1e Color

#bcca1e
#c3cf37
#cad550
#d2db69
#d9e182
#e1e79b
#e8edb4
#f0f3cd
#f7f9e6
#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

#bcca1e
#2c1eca

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

Split Complementary

#bcca1e
#1e66ca
#821eca

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

Analogous Color

#ca931e
#cab61e
#bcca1e
#9aca1e
#77ca1e

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

#bcca1e
#1ebcca
#ca1ebc

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

#bcca1e
#1eca82
#2c1eca
#ca1e66

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

#bcca1e
#2c1eca
#821eca
#66ca1e

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

#bcca1e Color Code Preview on Black Background Color

This is how #bcca1e Color will look on black background color. Color contrast ratio is 11.61

#bcca1e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcca1e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcca1e

#bcca1e color code is use for CSS Background Color

Background color for the above div is #bcca1e

HTML with inline CSS

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

#bcca1e color code is use for CSS Border Color

CSS Border color for the above div is #bcca1e

HTML with inline CSS

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

CSS Border Left color for the above div is #bcca1e

HTML with inline CSS

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

CSS Border Right color for the above div is #bcca1e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcca1e

HTML with inline CSS

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

CSS Border Top color for the above div is #bcca1e

HTML with inline CSS

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

#bcca1e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcca1e Color code Preview on White Background

This is how #bcca1e Color code will look on white background color. Color contrast ratio is 1.81

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

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,202,30,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(44,30,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,202,30,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.