crispedge.com

Color picker

Loading...

#b6cc43 hex color - Green - Warm color - Information

#b6cc43 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #b6cc43 Color code in RGB color code model is created after adding 71.37% red color, 80% green color and 26.27% blue color. Hex #b6cc43 Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 0% magenta, 67% yellow and 20% black.

Hex #b6cc43 color code is between #bbbb44 web safe hex color code and #aadd33 web safe hex color code. #bbbb44 is the nearest web safe color code. You can see here many more shades of #b6cc43 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb6cc43#b6cc43
RGB Decimal182, 204, 67rgb(182, 204, 67)
RGB Percent71%, 80%, 26%rgb(71%, 80%, 26%)
CSS RGBa182, 204, 67,1rgba(182,204,67,1)
CMYK Modelcmyk(11%,0%,67%,20%)
HSL Color Space70,57% ,53%hsl(70,57% ,53%)
HSV Color Space70°, 67%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101101100110001000011
Octal266314103
Decimal18220467
Hexb6cc43

Different shades of #b6cc43 color code.

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

Light Shade of #b6cc43
#c6d76b
Dark Shade of #b6cc43
#99ad2f
Saturated Shade of #b6cc43
#bed837
Desaturated Shade of #b6cc43
#aec04f
Grey scale Shade of #b6cc43
#878787
Brighten Shade
#cfe55c
Most Readable Shade
#000000

Shades of #b6cc43 color code

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

#b6cc43
#a1b53b
#8d9e34
#79882c
#657125
#505a1d
#3c4416
#282d0e
#141607
#000000

Similar Color like #b6cc43 color

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

#b7cd44
#b8ce45
#b9cf46
#bad047
#bbd148
#bcd249
#bdd34a
#bed44b
#bfd54c
#c0d64d
#c1d74e
#c2d84f
#c3d950
#c4da51
#b5cb42
#b4ca41
#b3c940
#b2c83f
#b1c73e
#b0c63d
#afc53c
#aec43b
#adc33a
#acc239
#abc138
#aac037
#a9bf36
#a8be35

Monochromatic Color with #b6cc43

#b6cc43
#dcf651
#1e220b
#444c19
#6a7727
#90a135

Tints of #b6cc43 Color

#b6cc43
#bed157
#c6d76c
#cedd81
#d6e296
#dee8ab
#e6eec0
#eef3d5
#f6f9ea
#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

#b6cc43
#5943cc

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

Split Complementary

#b6cc43
#4371cc
#9e43cc

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

Analogous Color

#ccab43
#ccc743
#b6cc43
#9bcc43
#7fcc43

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

#b6cc43
#43b6cc
#cc43b6

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

#b6cc43
#43cc9d
#5943cc
#cc4371

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

#b6cc43
#5943cc
#9e43cc
#71cc43

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

#b6cc43 Color Code Preview on Black Background Color

This is how #b6cc43 Color will look on black background color. Color contrast ratio is 11.71

#b6cc43 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b6cc43

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b6cc43

#b6cc43 color code is use for CSS Background Color

Background color for the above div is #b6cc43

HTML with inline CSS

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

#b6cc43 color code is use for CSS Border Color

CSS Border color for the above div is #b6cc43

HTML with inline CSS

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

CSS Border Left color for the above div is #b6cc43

HTML with inline CSS

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

CSS Border Right color for the above div is #b6cc43

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b6cc43

HTML with inline CSS

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

CSS Border Top color for the above div is #b6cc43

HTML with inline CSS

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

#b6cc43 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b6cc43 Color code Preview on White Background

This is how #b6cc43 Color code will look on white background color. Color contrast ratio is 1.79

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

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(182,204,67,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(89,67,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(182,204,67,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.