crispedge.com

Color picker

Loading...

#b6c370 hex color - Yellow - Warm color - Information

#b6c370 hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

Hex #b6c370 Color code in RGB color code model is created after adding 71.37% red color, 76.47% green color and 43.92% blue color. Hex #b6c370 Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 0% magenta, 43% yellow and 24% black.

Hex #b6c370 color code is between #bbbb77 web safe hex color code and #aacc66 web safe hex color code. #bbbb77 is the nearest web safe color code. You can see here many more shades of #b6c370 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb6c370#b6c370
RGB Decimal182, 195, 112rgb(182, 195, 112)
RGB Percent71%, 76%, 44%rgb(71%, 76%, 44%)
CSS RGBa182, 195, 112,1rgba(182,195,112,1)
CMYK Modelcmyk(7%,0%,43%,24%)
HSL Color Space69,41% ,60%hsl(69,41% ,60%)
HSV Color Space69°, 43%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101101100001101110000
Octal266303160
Decimal182195112
Hexb6c370

Different shades of #b6c370 color code.

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

Light Shade of #b6c370
#c8d294
Dark Shade of #b6c370
#a4b44c
Saturated Shade of #b6c370
#bdcd66
Desaturated Shade of #b6c370
#afb97a
Grey scale Shade of #b6c370
#999999
Brighten Shade
#cfdc89
Most Readable Shade
#000000

Shades of #b6c370 color code

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

#b6c370
#a1ad63
#8d9757
#79824a
#656c3e
#505631
#3c4125
#282b18
#14150c
#000000

Similar Color like #b6c370 color

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

#b7c471
#b8c572
#b9c673
#bac774
#bbc875
#bcc976
#bdca77
#becb78
#bfcc79
#c0cd7a
#c1ce7b
#c2cf7c
#c3d07d
#c4d17e
#b5c26f
#b4c16e
#b3c06d
#b2bf6c
#b1be6b
#b0bd6a
#afbc69
#aebb68
#adba67
#acb966
#abb865
#aab764
#a9b663
#a8b562

Monochromatic Color with #b6c370

#b6c370
#deed88
#17190e
#3f4327
#676e3f
#8e9858

Tints of #b6c370 Color

#b6c370
#bec97f
#c6d08f
#ced79f
#d6ddaf
#dee4bf
#e6ebcf
#eef1df
#f6f8ef
#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

#b6c370
#7d70c3

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

Split Complementary

#b6c370
#708dc3
#a670c3

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

Analogous Color

#c3af70
#c3bf70
#b6c370
#a5c370
#95c370

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

#b6c370
#70b6c3
#c370b6

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

#b6c370
#70c3a6
#7d70c3
#c3708c

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

#b6c370
#7d70c3
#a670c3
#8dc370

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

#b6c370 Color Code Preview on Black Background Color

This is how #b6c370 Color will look on black background color. Color contrast ratio is 11.03

#b6c370 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b6c370

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b6c370

#b6c370 color code is use for CSS Background Color

Background color for the above div is #b6c370

HTML with inline CSS

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

#b6c370 color code is use for CSS Border Color

CSS Border color for the above div is #b6c370

HTML with inline CSS

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

CSS Border Left color for the above div is #b6c370

HTML with inline CSS

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

CSS Border Right color for the above div is #b6c370

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b6c370

HTML with inline CSS

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

CSS Border Top color for the above div is #b6c370

HTML with inline CSS

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

#b6c370 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b6c370 Color code Preview on White Background

This is how #b6c370 Color code will look on white background color. Color contrast ratio is 1.90

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

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,195,112,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(125,112,195,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(182,195,112,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.