crispedge.com

Color picker

Loading...

#baba7c hex color - Green - Warm color - Information

#baba7c hex color - Green - Warm color

Color Hue/Base color: Green

Hex #baba7c Color code in RGB color code model is created after adding 72.94% red color, 72.94% green color and 48.63% blue color. Hex #baba7c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 0% magenta, 33% yellow and 27% black.

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

0 Likes 0 Comments | 6 Views

RGB Chart

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

Color Table

Hex Color Codebaba7c#baba7c
RGB Decimal186, 186, 124rgb(186, 186, 124)
RGB Percent73%, 73%, 49%rgb(73%, 73%, 49%)
CSS RGBa186, 186, 124,1rgba(186,186,124,1)
CMYK Modelcmyk(0%,0%,33%,27%)
HSL Color Space60,31% ,61%hsl(60,31% ,61%)
HSV Color Space60°, 33%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110101011101001111100
Octal272272174
Decimal186186124
Hexbaba7c

Different shades of #baba7c color code.

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

Light Shade of #baba7c
#cccc9d
Dark Shade of #baba7c
#a8a85b
Saturated Shade of #baba7c
#c4c472
Desaturated Shade of #baba7c
#b0b086
Grey scale Shade of #baba7c
#9b9b9b
Brighten Shade
#d3d395
Most Readable Shade
#000000

Shades of #baba7c color code

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

#baba7c
#a5a56e
#909060
#7c7c52
#676744
#525237
#3e3e29
#29291b
#14140d
#000000

Similar Color like #baba7c color

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

#bbbb7d
#bcbc7e
#bdbd7f
#bebe80
#bfbf81
#c0c082
#c1c183
#c2c284
#c3c385
#c4c486
#c5c587
#c6c688
#c7c789
#c8c88a
#b9b97b
#b8b87a
#b7b779
#b6b678
#b5b577
#b4b476
#b3b375
#b2b274
#b1b173
#b0b072
#afaf71
#aeae70
#adad6f
#acac6e

Monochromatic Color with #baba7c

#baba7c
#e4e498
#10100b
#3a3a27
#656543
#8f8f60

Tints of #baba7c Color

#baba7c
#c1c18a
#c9c999
#d1d1a7
#d8d8b6
#e0e0c4
#e8e8d3
#efefe1
#f7f7f0
#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

#baba7c
#7c7cba

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

Split Complementary

#baba7c
#7c9bba
#9b7cba

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

Analogous Color

#baa17c
#baae7c
#baba7c
#aeba7c
#a1ba7c

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

#baba7c
#7cbaba
#ba7cba

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

#baba7c
#7cba9b
#7c7cba
#ba7c9b

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

#baba7c
#7c7cba
#9b7cba
#9bba7c

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

#baba7c Color Code Preview on Black Background Color

This is how #baba7c Color will look on black background color. Color contrast ratio is 10.40

#baba7c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #baba7c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #baba7c

#baba7c color code is use for CSS Background Color

Background color for the above div is #baba7c

HTML with inline CSS

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

#baba7c color code is use for CSS Border Color

CSS Border color for the above div is #baba7c

HTML with inline CSS

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

CSS Border Left color for the above div is #baba7c

HTML with inline CSS

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

CSS Border Right color for the above div is #baba7c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #baba7c

HTML with inline CSS

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

CSS Border Top color for the above div is #baba7c

HTML with inline CSS

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

#baba7c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#baba7c Color code Preview on White Background

This is how #baba7c Color code will look on white background color. Color contrast ratio is 2.02

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

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(186,186,124,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(124,124,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,186,124,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.