crispedge.com

Color picker

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

#adb19b hex color - Green - Warm color - Information

#adb19b hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #adb19b Color code in RGB color code model is created after adding 67.84% red color, 69.41% green color and 60.78% blue color. Hex #adb19b Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 12% yellow and 31% black.

Hex #adb19b color code is between #aaaa99 web safe hex color code and #bbbbaa web safe hex color code. #aaaa99 is the nearest web safe color code. You can see here many more shades of #adb19b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeadb19b#adb19b
RGB Decimal173, 177, 155rgb(173, 177, 155)
RGB Percent68%, 69%, 61%rgb(68%, 69%, 61%)
CSS RGBa173, 177, 155,1rgba(173,177,155,1)
CMYK Modelcmyk(2%,0%,12%,31%)
HSL Color Space71,12% ,65%hsl(71,12% ,65%)
HSV Color Space71°, 12%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011011011000110011011
Octal255261233
Decimal173177155
Hexadb19b

Different shades of #adb19b color code.

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

Light Shade of #adb19b
#c4c7b8
Dark Shade of #adb19b
#959b7e
Saturated Shade of #adb19b
#b3ba92
Desaturated Shade of #adb19b
#a7a8a4
Grey scale Shade of #adb19b
#a6a6a6
Brighten Shade
#c6cab4
Most Readable Shade
#000000

Shades of #adb19b color code

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

#adb19b
#999d89
#868978
#737667
#606256
#4c4e44
#393b33
#262722
#131311
#000000

Similar Color like #adb19b color

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

#aeb29c
#afb39d
#b0b49e
#b1b59f
#b2b6a0
#b3b7a1
#b4b8a2
#b5b9a3
#b6baa4
#b7bba5
#b8bca6
#b9bda7
#babea8
#bbbfa9
#acb09a
#abaf99
#aaae98
#a9ad97
#a8ac96
#a7ab95
#a6aa94
#a5a993
#a4a892
#a3a791
#a2a690
#a1a58f
#a0a48e
#9fa38d

Monochromatic Color with #adb19b

#adb19b
#d7dbc0
#070706
#30312b
#5a5c51
#838676

Tints of #adb19b Color

#adb19b
#b6b9a6
#bfc2b1
#c8cbbc
#d1d3c7
#dadcd2
#e3e5dd
#ecede8
#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

#adb19b
#9f9bb1

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

Split Complementary

#adb19b
#9ba2b1
#aa9bb1

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

Analogous Color

#b1ac9b
#b1b19b
#adb19b
#a9b19b
#a4b19b

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

#adb19b
#9badb1
#b19bad

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

#adb19b
#9bb1aa
#9f9bb1
#b19ba2

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

#adb19b
#9f9bb1
#aa9bb1
#a2b19b

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

#adb19b Color Code Preview on Black Background Color

This is how #adb19b Color will look on black background color. Color contrast ratio is 9.54

#adb19b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adb19b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adb19b

#adb19b color code is use for CSS Background Color

Background color for the above div is #adb19b

HTML with inline CSS

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

#adb19b color code is use for CSS Border Color

CSS Border color for the above div is #adb19b

HTML with inline CSS

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

CSS Border Left color for the above div is #adb19b

HTML with inline CSS

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

CSS Border Right color for the above div is #adb19b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adb19b

HTML with inline CSS

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

CSS Border Top color for the above div is #adb19b

HTML with inline CSS

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

#adb19b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adb19b Color code Preview on White Background

This is how #adb19b Color code will look on white background color. Color contrast ratio is 2.20

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

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.