crispedge.com

#bccd3a hex color - Green - Warm color - Information

#bccd3a hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #bccd3a Color code in RGB color code model is created after adding 73.73% red color, 80.39% green color and 22.75% blue color. Hex #bccd3a Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 0% magenta, 72% yellow and 20% black.

Hex #bccd3a color code is between #bbcc33 web safe hex color code and #ccdd44 web safe hex color code. #bbcc33 is the nearest web safe color code. You can see here many more shades of #bccd3a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebccd3a#bccd3a
RGB Decimal188, 205, 58rgb(188, 205, 58)
RGB Percent74%, 80%, 23%rgb(74%, 80%, 23%)
CSS RGBa188, 205, 58,1rgba(188,205,58,1)
CMYK Modelcmyk(8%,0%,72%,20%)
HSL Color Space67,60% ,52%hsl(67,60% ,52%)
HSV Color Space67°, 72%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111001100110100111010
Octal27431572
Decimal18820558
Hexbccd3a

Different shades of #bccd3a color code.

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

Light Shade of #bccd3a
#cad763
Dark Shade of #bccd3a
#9aa92b
Saturated Shade of #bccd3a
#c5d92e
Desaturated Shade of #bccd3a
#b2c146
Grey scale Shade of #bccd3a
#838383
Brighten Shade
#d5e653
Most Readable Shade
#000000

Shades of #bccd3a color code

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

#bccd3a
#a7b633
#929f2d
#7d8826
#687120
#535b19
#3e4413
#292d0c
#141606
#000000

Similar Color like #bccd3a color

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

#bdce3b
#becf3c
#bfd03d
#c0d13e
#c1d23f
#c2d340
#c3d441
#c4d542
#c5d643
#c6d744
#c7d845
#c8d946
#c9da47
#cadb48
#bbcc39
#bacb38
#b9ca37
#b8c936
#b7c835
#b6c734
#b5c633
#b4c532
#b3c431
#b2c330
#b1c22f
#b0c12e
#afc02d
#aebf2c

Monochromatic Color with #bccd3a

#bccd3a
#e3f746
#20230a
#474d16
#6e7822
#95a22e

Tints of #bccd3a Color

#bccd3a
#c3d24f
#cad865
#d2dd7b
#d9e391
#e1e8a7
#e8eebd
#f0f3d3
#f7f9e9
#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

#bccd3a
#4b3acd

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

Split Complementary

#bccd3a
#3a72cd
#953acd

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

Analogous Color

#cda33a
#cdc13a
#bccd3a
#9fcd3a
#81cd3a

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

#bccd3a
#3abccd
#cd3abc

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

#bccd3a
#3acd94
#4b3acd
#cd3a72

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

#bccd3a
#4b3acd
#953acd
#72cd3a

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

#bccd3a Color Code Preview on Black Background Color

This is how #bccd3a Color will look on black background color. Color contrast ratio is 11.93

#bccd3a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bccd3a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bccd3a

#bccd3a color code is use for CSS Background Color

Background color for the above div is #bccd3a

HTML with inline CSS

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

#bccd3a color code is use for CSS Border Color

CSS Border color for the above div is #bccd3a

HTML with inline CSS

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

CSS Border Left color for the above div is #bccd3a

HTML with inline CSS

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

CSS Border Right color for the above div is #bccd3a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bccd3a

HTML with inline CSS

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

CSS Border Top color for the above div is #bccd3a

HTML with inline CSS

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

#bccd3a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bccd3a Color code Preview on White Background

This is how #bccd3a Color code will look on white background color. Color contrast ratio is 1.76

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

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,205,58,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(75,58,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,205,58,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.

< /html>