crispedge.com

Color picker

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

#b0b388 hex color - Green - Warm color - Information

#b0b388 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #b0b388 Color code in RGB color code model is created after adding 69.02% red color, 70.2% green color and 53.33% blue color. Hex #b0b388 Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 24% yellow and 30% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb0b388#b0b388
RGB Decimal176, 179, 136rgb(176, 179, 136)
RGB Percent69%, 70%, 53%rgb(69%, 70%, 53%)
CSS RGBa176, 179, 136,1rgba(176,179,136,1)
CMYK Modelcmyk(2%,0%,24%,30%)
HSL Color Space64,22% ,62%hsl(64,22% ,62%)
HSV Color Space64°, 24%, 70%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100001011001110001000
Octal260263210
Decimal176179136
Hexb0b388

Different shades of #b0b388 color code.

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

Light Shade of #b0b388
#c5c7a7
Dark Shade of #b0b388
#9b9f69
Saturated Shade of #b0b388
#b8bd7e
Desaturated Shade of #b0b388
#a8a992
Grey scale Shade of #b0b388
#9d9d9d
Brighten Shade
#c9cca1
Most Readable Shade
#000000

Shades of #b0b388 color code

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

#b0b388
#9c9f78
#888b69
#75775a
#61634b
#4e4f3c
#3a3b2d
#27271e
#13130f
#000000

Similar Color like #b0b388 color

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

#b1b489
#b2b58a
#b3b68b
#b4b78c
#b5b88d
#b6b98e
#b7ba8f
#b8bb90
#b9bc91
#babd92
#bbbe93
#bcbf94
#bdc095
#bec196
#afb287
#aeb186
#adb085
#acaf84
#abae83
#aaad82
#a9ac81
#a8ab80
#a7aa7f
#a6a97e
#a5a87d
#a4a77c
#a3a67b
#a2a57a

Monochromatic Color with #b0b388

#b0b388
#dadda8
#090907
#333327
#5c5e47
#868868

Tints of #b0b388 Color

#b0b388
#b8bb95
#c1c3a2
#caccaf
#d3d4bc
#dbddca
#e4e5d7
#edeee4
#f6f6f1
#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

#b0b388
#8b88b3

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

Split Complementary

#b0b388
#889bb3
#a088b3

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

Analogous Color

#b3a588
#b3ad88
#b0b388
#a7b388
#9fb388

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

#b0b388
#88b0b3
#b388b0

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

#b0b388
#88b3a0
#8b88b3
#b3889a

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

#b0b388
#8b88b3
#a088b3
#9bb388

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

#b0b388 Color Code Preview on Black Background Color

This is how #b0b388 Color will look on black background color. Color contrast ratio is 9.65

#b0b388 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b0b388

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b0b388

#b0b388 color code is use for CSS Background Color

Background color for the above div is #b0b388

HTML with inline CSS

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

#b0b388 color code is use for CSS Border Color

CSS Border color for the above div is #b0b388

HTML with inline CSS

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

CSS Border Left color for the above div is #b0b388

HTML with inline CSS

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

CSS Border Right color for the above div is #b0b388

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b0b388

HTML with inline CSS

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

CSS Border Top color for the above div is #b0b388

HTML with inline CSS

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

#b0b388 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b0b388 Color code Preview on White Background

This is how #b0b388 Color code will look on white background color. Color contrast ratio is 2.18

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

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.