crispedge.com

Color picker

Loading...

#abb49a hex color - Green - Warm color - Information

#abb49a hex color - Green - Warm color

Color Hue/Base color: Green

Hex #abb49a Color code in RGB color code model is created after adding 67.06% red color, 70.59% green color and 60.39% blue color. Hex #abb49a Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 0% magenta, 14% yellow and 29% black.

Hex #abb49a color code is between #aabb99 web safe hex color code and #bbaaaa web safe hex color code. #aabb99 is the nearest web safe color code. You can see here many more shades of #abb49a color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeabb49a#abb49a
RGB Decimal171, 180, 154rgb(171, 180, 154)
RGB Percent67%, 71%, 60%rgb(67%, 71%, 60%)
CSS RGBa171, 180, 154,1rgba(171,180,154,1)
CMYK Modelcmyk(5%,0%,14%,29%)
HSL Color Space81,15% ,65%hsl(81,15% ,65%)
HSV Color Space81°, 14%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010111011010010011010
Octal253264232
Decimal171180154
Hexabb49a

Different shades of #abb49a color code.

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

Light Shade of #abb49a
#c3cab7
Dark Shade of #abb49a
#939e7d
Saturated Shade of #abb49a
#aebd91
Desaturated Shade of #abb49a
#a8aba3
Grey scale Shade of #abb49a
#a7a7a7
Brighten Shade
#c4cdb3
Most Readable Shade
#000000

Shades of #abb49a color code

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

#abb49a
#98a088
#858c77
#727866
#5f6455
#4c5044
#393c33
#262822
#131411
#000000

Similar Color like #abb49a color

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

#acb59b
#adb69c
#aeb79d
#afb89e
#b0b99f
#b1baa0
#b2bba1
#b3bca2
#b4bda3
#b5bea4
#b6bfa5
#b7c0a6
#b8c1a7
#b9c2a8
#aab399
#a9b298
#a8b197
#a7b096
#a6af95
#a5ae94
#a4ad93
#a3ac92
#a2ab91
#a1aa90
#a0a98f
#9fa88e
#9ea78d
#9da68c

Monochromatic Color with #abb49a

#abb49a
#d3debe
#090a09
#32342d
#5a5f51
#838976

Tints of #abb49a Color

#abb49a
#b4bca5
#bdc4b0
#c7cdbb
#d0d5c6
#d9ddd2
#e3e6dd
#eceee8
#f5f6f3
#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

#abb49a
#a39ab4

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

Split Complementary

#abb49a
#9a9eb4
#b09ab4

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

Analogous Color

#b4b39a
#b0b49a
#abb49a
#a6b49a
#a1b49a

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

#abb49a
#9aabb4
#b49aab

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

#abb49a
#9ab4b0
#a39ab4
#b49a9e

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

#abb49a
#a39ab4
#b09ab4
#9eb49a

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

#abb49a Color Code Preview on Black Background Color

This is how #abb49a Color will look on black background color. Color contrast ratio is 9.73

#abb49a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abb49a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abb49a

#abb49a color code is use for CSS Background Color

Background color for the above div is #abb49a

HTML with inline CSS

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

#abb49a color code is use for CSS Border Color

CSS Border color for the above div is #abb49a

HTML with inline CSS

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

CSS Border Left color for the above div is #abb49a

HTML with inline CSS

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

CSS Border Right color for the above div is #abb49a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #abb49a

HTML with inline CSS

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

CSS Border Top color for the above div is #abb49a

HTML with inline CSS

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

#abb49a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#abb49a Color code Preview on White Background

This is how #abb49a Color code will look on white background color. Color contrast ratio is 2.16

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.