crispedge.com

Color picker

Loading...

#adb95a hex color - Green - Warm color - Information

#adb95a hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #adb95a Color code in RGB color code model is created after adding 67.84% red color, 72.55% green color and 35.29% blue color. Hex #adb95a Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 0% magenta, 51% yellow and 27% black.

Hex #adb95a color code is between #aabb55 web safe hex color code and #bbaa66 web safe hex color code. #aabb55 is the nearest web safe color code. You can see here many more shades of #adb95a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeadb95a#adb95a
RGB Decimal173, 185, 90rgb(173, 185, 90)
RGB Percent68%, 73%, 35%rgb(68%, 73%, 35%)
CSS RGBa173, 185, 90,1rgba(173,185,90,1)
CMYK Modelcmyk(6%,0%,51%,27%)
HSL Color Space68,40% ,54%hsl(68,40% ,54%)
HSV Color Space68°, 51%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011011011100101011010
Octal255271132
Decimal17318590
Hexadb95a

Different shades of #adb95a color code.

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

Light Shade of #adb95a
#bfc87e
Dark Shade of #adb95a
#929d43
Saturated Shade of #adb95a
#b6c54e
Desaturated Shade of #adb95a
#a4ad66
Grey scale Shade of #adb95a
#898989
Brighten Shade
#c6d273
Most Readable Shade
#000000

Shades of #adb95a color code

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

#adb95a
#99a450
#868f46
#737b3c
#606632
#4c5228
#393d1e
#262914
#13140a
#000000

Similar Color like #adb95a color

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

#aeba5b
#afbb5c
#b0bc5d
#b1bd5e
#b2be5f
#b3bf60
#b4c061
#b5c162
#b6c263
#b7c364
#b8c465
#b9c566
#bac667
#bbc768
#acb859
#abb758
#aab657
#a9b556
#a8b455
#a7b354
#a6b253
#a5b152
#a4b051
#a3af50
#a2ae4f
#a1ad4e
#a0ac4d
#9fab4c

Monochromatic Color with #adb95a

#adb95a
#d5e36f
#0e0f07
#36391c
#5e6431
#858e45

Tints of #adb95a Color

#adb95a
#b6c06c
#bfc87e
#c8d091
#d1d8a3
#dadfb5
#e3e7c8
#ecefda
#f5f7ec
#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

#adb95a
#665ab9

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

Split Complementary

#adb95a
#5a7eb9
#965ab9

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

Analogous Color

#b99f5a
#b9b25a
#adb95a
#9ab95a
#87b95a

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

#adb95a
#5aadb9
#b95aad

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

#adb95a
#5ab995
#665ab9
#b95a7d

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

#adb95a
#665ab9
#965ab9
#7eb95a

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

#adb95a Color Code Preview on Black Background Color

This is how #adb95a Color will look on black background color. Color contrast ratio is 9.86

#adb95a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adb95a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adb95a

#adb95a color code is use for CSS Background Color

Background color for the above div is #adb95a

HTML with inline CSS

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

#adb95a color code is use for CSS Border Color

CSS Border color for the above div is #adb95a

HTML with inline CSS

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

CSS Border Left color for the above div is #adb95a

HTML with inline CSS

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

CSS Border Right color for the above div is #adb95a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adb95a

HTML with inline CSS

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

CSS Border Top color for the above div is #adb95a

HTML with inline CSS

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

#adb95a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adb95a Color code Preview on White Background

This is how #adb95a Color code will look on white background color. Color contrast ratio is 2.13

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.