crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#b2b472 hex color - Green - Warm color - Information

#b2b472 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #b2b472 Color code in RGB color code model is created after adding 69.8% red color, 70.59% green color and 44.71% blue color. Hex #b2b472 Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 0% magenta, 37% yellow and 29% black.

Hex #b2b472 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 #b2b472 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb2b472#b2b472
RGB Decimal178, 180, 114rgb(178, 180, 114)
RGB Percent70%, 71%, 45%rgb(70%, 71%, 45%)
CSS RGBa178, 180, 114,1rgba(178,180,114,1)
CMYK Modelcmyk(1%,0%,37%,29%)
HSL Color Space62,31% ,58%hsl(62,31% ,58%)
HSV Color Space62°, 37%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100101011010001110010
Octal262264162
Decimal178180114
Hexb2b472

Different shades of #b2b472 color code.

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

Light Shade of #b2b472
#c4c693
Dark Shade of #b2b472
#9c9f54
Saturated Shade of #b2b472
#bcbf67
Desaturated Shade of #b2b472
#a8a97d
Grey scale Shade of #b2b472
#939393
Brighten Shade
#cbcd8b
Most Readable Shade
#000000

Shades of #b2b472 color code

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

#b2b472
#9ea065
#8a8c58
#76784c
#62643f
#4f5032
#3b3c26
#272819
#13140c
#000000

Similar Color like #b2b472 color

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

#b3b573
#b4b674
#b5b775
#b6b876
#b7b977
#b8ba78
#b9bb79
#babc7a
#bbbd7b
#bcbe7c
#bdbf7d
#bec07e
#bfc17f
#c0c280
#b1b371
#b0b270
#afb16f
#aeb06e
#adaf6d
#acae6c
#abad6b
#aaac6a
#a9ab69
#a8aa68
#a7a967
#a6a866
#a5a765
#a4a664

Monochromatic Color with #b2b472

#b2b472
#dcde8d
#0a0a06
#343421
#5e5f3c
#888957

Tints of #b2b472 Color

#b2b472
#babc81
#c3c491
#cbcda1
#d4d5b0
#dcddc0
#e5e6d0
#edeedf
#f6f6ef
#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

#b2b472
#7472b4

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

Split Complementary

#b2b472
#7291b4
#9572b4

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

Analogous Color

#b49c72
#b4a972
#b2b472
#a5b472
#98b472

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

#b2b472
#72b2b4
#b472b2

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

#b2b472
#72b495
#7472b4
#b47291

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

#b2b472
#7472b4
#9572b4
#91b472

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

#b2b472 Color Code Preview on Black Background Color

This is how #b2b472 Color will look on black background color. Color contrast ratio is 9.66

#b2b472 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b2b472

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b2b472

#b2b472 color code is use for CSS Background Color

Background color for the above div is #b2b472

HTML with inline CSS

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

#b2b472 color code is use for CSS Border Color

CSS Border color for the above div is #b2b472

HTML with inline CSS

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

CSS Border Left color for the above div is #b2b472

HTML with inline CSS

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

CSS Border Right color for the above div is #b2b472

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b2b472

HTML with inline CSS

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

CSS Border Top color for the above div is #b2b472

HTML with inline CSS

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

#b2b472 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b2b472 Color code Preview on White Background

This is how #b2b472 Color code will look on white background color. Color contrast ratio is 2.17

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.