crispedge.com

Color picker

Loading...

#b2b872 hex color - Green - Warm color - Information

#b2b872 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #b2b872 Color code in RGB color code model is created after adding 69.8% red color, 72.16% green color and 44.71% blue color. Hex #b2b872 Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 0% magenta, 38% yellow and 28% black.

Hex #b2b872 color code is between #aabb77 web safe hex color code and #bbaa66 web safe hex color code. #aabb77 is the nearest web safe color code. You can see here many more shades of #b2b872 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb2b872#b2b872
RGB Decimal178, 184, 114rgb(178, 184, 114)
RGB Percent70%, 72%, 45%rgb(70%, 72%, 45%)
CSS RGBa178, 184, 114,1rgba(178,184,114,1)
CMYK Modelcmyk(3%,0%,38%,28%)
HSL Color Space65,33% ,58%hsl(65,33% ,58%)
HSV Color Space65°, 38%, 72%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100101011100001110010
Octal262270162
Decimal178184114
Hexb2b872

Different shades of #b2b872 color code.

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

Light Shade of #b2b872
#c5c994
Dark Shade of #b2b872
#9da453
Saturated Shade of #b2b872
#bbc367
Desaturated Shade of #b2b872
#a9ad7d
Grey scale Shade of #b2b872
#959595
Brighten Shade
#cbd18b
Most Readable Shade
#000000

Shades of #b2b872 color code

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

#b2b872
#9ea365
#8a8f58
#767a4c
#62663f
#4f5132
#3b3d26
#272819
#13140c
#000000

Similar Color like #b2b872 color

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

#b3b973
#b4ba74
#b5bb75
#b6bc76
#b7bd77
#b8be78
#b9bf79
#bac07a
#bbc17b
#bcc27c
#bdc37d
#bec47e
#bfc57f
#c0c680
#b1b771
#b0b670
#afb56f
#aeb46e
#adb36d
#acb26c
#abb16b
#aab06a
#a9af69
#a8ae68
#a7ad67
#a6ac66
#a5ab65
#a4aa64

Monochromatic Color with #b2b872

#b2b872
#dbe28c
#0e0e09
#373823
#60633d
#898d58

Tints of #b2b872 Color

#b2b872
#babf81
#c3c791
#cbcfa1
#d4d7b0
#dcdfc0
#e5e7d0
#edefdf
#f6f7ef
#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

#b2b872
#7872b8

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

Split Complementary

#b2b872
#728fb8
#9b72b8

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

Analogous Color

#b8a272
#b8b072
#b2b872
#a4b872
#96b872

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

#b2b872
#72b2b8
#b872b2

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

#b2b872
#72b89b
#7872b8
#b8728f

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

#b2b872
#7872b8
#9b72b8
#8fb872

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

#b2b872 Color Code Preview on Black Background Color

This is how #b2b872 Color will look on black background color. Color contrast ratio is 9.99

#b2b872 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b2b872

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b2b872

#b2b872 color code is use for CSS Background Color

Background color for the above div is #b2b872

HTML with inline CSS

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

#b2b872 color code is use for CSS Border Color

CSS Border color for the above div is #b2b872

HTML with inline CSS

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

CSS Border Left color for the above div is #b2b872

HTML with inline CSS

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

CSS Border Right color for the above div is #b2b872

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b2b872

HTML with inline CSS

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

CSS Border Top color for the above div is #b2b872

HTML with inline CSS

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

#b2b872 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b2b872 Color code Preview on White Background

This is how #b2b872 Color code will look on white background color. Color contrast ratio is 2.10

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

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(178,184,114,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(120,114,184,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(178,184,114,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.