crispedge.com

Color picker

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

#b4bb52 hex color - Green - Warm color - Information

#b4bb52 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #b4bb52 Color code in RGB color code model is created after adding 70.59% red color, 73.33% green color and 32.16% blue color. Hex #b4bb52 Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 0% magenta, 56% yellow and 27% black.

Hex #b4bb52 color code is between #bbaa55 web safe hex color code and #aacc44 web safe hex color code. #bbaa55 is the nearest web safe color code. You can see here many more shades of #b4bb52 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb4bb52#b4bb52
RGB Decimal180, 187, 82rgb(180, 187, 82)
RGB Percent71%, 73%, 32%rgb(71%, 73%, 32%)
CSS RGBa180, 187, 82,1rgba(180,187,82,1)
CMYK Modelcmyk(4%,0%,56%,27%)
HSL Color Space64,44% ,53%hsl(64,44% ,53%)
HSV Color Space64°, 56%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101001011101101010010
Octal264273122
Decimal18018782
Hexb4bb52

Different shades of #b4bb52 color code.

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

Light Shade of #b4bb52
#c4c977
Dark Shade of #b4bb52
#969c3e
Saturated Shade of #b4bb52
#bec746
Desaturated Shade of #b4bb52
#aaaf5e
Grey scale Shade of #b4bb52
#868686
Brighten Shade
#cdd46b
Most Readable Shade
#000000

Shades of #b4bb52 color code

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

#b4bb52
#a0a648
#8c913f
#787c36
#64672d
#505324
#3c3e1b
#282912
#141409
#000000

Similar Color like #b4bb52 color

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

#b5bc53
#b6bd54
#b7be55
#b8bf56
#b9c057
#bac158
#bbc259
#bcc35a
#bdc45b
#bec55c
#bfc65d
#c0c75e
#c1c85f
#c2c960
#b3ba51
#b2b950
#b1b84f
#b0b74e
#afb64d
#aeb54c
#adb44b
#acb34a
#abb249
#aab148
#a9b047
#a8af46
#a7ae45
#a6ad44

Monochromatic Color with #b4bb52

#b4bb52
#dde565
#101107
#393b1a
#62662d
#8b903f

Tints of #b4bb52 Color

#b4bb52
#bcc265
#c4ca78
#cdd18b
#d5d99e
#dde0b2
#e6e8c5
#eeefd8
#f6f7eb
#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

#b4bb52
#5952bb

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

Split Complementary

#b4bb52
#5280bb
#8d52bb

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

Analogous Color

#bb9852
#bbad52
#b4bb52
#9fbb52
#8abb52

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

#b4bb52
#52b4bb
#bb52b4

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

#b4bb52
#52bb8d
#5952bb
#bb527f

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

#b4bb52
#5952bb
#8d52bb
#80bb52

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

#b4bb52 Color Code Preview on Black Background Color

This is how #b4bb52 Color will look on black background color. Color contrast ratio is 10.17

#b4bb52 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b4bb52

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b4bb52

#b4bb52 color code is use for CSS Background Color

Background color for the above div is #b4bb52

HTML with inline CSS

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

#b4bb52 color code is use for CSS Border Color

CSS Border color for the above div is #b4bb52

HTML with inline CSS

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

CSS Border Left color for the above div is #b4bb52

HTML with inline CSS

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

CSS Border Right color for the above div is #b4bb52

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b4bb52

HTML with inline CSS

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

CSS Border Top color for the above div is #b4bb52

HTML with inline CSS

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

#b4bb52 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b4bb52 Color code Preview on White Background

This is how #b4bb52 Color code will look on white background color. Color contrast ratio is 2.06

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

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.