crispedge.com

Color picker

Loading...

#a6b240 hex color - Yellow - Warm color - Information

#a6b240 hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

Hex #a6b240 Color code in RGB color code model is created after adding 65.1% red color, 69.8% green color and 25.1% blue color. Hex #a6b240 Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 0% magenta, 64% yellow and 30% black.

Hex #a6b240 color code is between #aaaa44 web safe hex color code and #99bb33 web safe hex color code. #aaaa44 is the nearest web safe color code. You can see here many more shades of #a6b240 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codea6b240#a6b240
RGB Decimal166, 178, 64rgb(166, 178, 64)
RGB Percent65%, 70%, 25%rgb(65%, 70%, 25%)
CSS RGBa166, 178, 64,1rgba(166,178,64,1)
CMYK Modelcmyk(7%,0%,64%,30%)
HSL Color Space66,47% ,47%hsl(66,47% ,47%)
HSV Color Space66°, 64%, 70%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001101011001001000000
Octal246262100
Decimal16617864
Hexa6b240

Different shades of #a6b240 color code.

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

Light Shade of #a6b240
#bbc65f
Dark Shade of #a6b240
#838c33
Saturated Shade of #a6b240
#b0be34
Desaturated Shade of #a6b240
#9ca64c
Grey scale Shade of #a6b240
#797979
Brighten Shade
#bfcb59
Most Readable Shade
#000000

Shades of #a6b240 color code

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

#a6b240
#939e38
#818a31
#6e762a
#5c6223
#494f1c
#373b15
#24270e
#121307
#000000

Similar Color like #a6b240 color

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

#a7b341
#a8b442
#a9b543
#aab644
#abb745
#acb846
#adb947
#aeba48
#afbb49
#b0bc4a
#b1bd4b
#b2be4c
#b3bf4d
#b4c04e
#a5b13f
#a4b03e
#a3af3d
#a2ae3c
#a1ad3b
#a0ac3a
#9fab39
#9eaa38
#9da937
#9ca836
#9ba735
#9aa634
#99a533
#98a432

Monochromatic Color with #a6b240

#a6b240
#cedc4f
#070803
#2f3212
#575d21
#7e8731

Tints of #a6b240 Color

#a6b240
#afba55
#b9c36a
#c3cb7f
#cdd494
#d7dcaa
#e1e5bf
#ebedd4
#f5f6e9
#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

#a6b240
#4c40b2

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

Split Complementary

#a6b240
#406db2
#8540b2

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

Analogous Color

#b29040
#b2a740
#a6b240
#8fb240
#78b240

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

#a6b240
#40a6b2
#b240a6

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

#a6b240
#40b285
#4c40b2
#b2406d

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

#a6b240
#4c40b2
#8540b2
#6db240

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

#a6b240 Color Code Preview on Black Background Color

This is how #a6b240 Color will look on black background color. Color contrast ratio is 9.06

#a6b240 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a6b240

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a6b240

#a6b240 color code is use for CSS Background Color

Background color for the above div is #a6b240

HTML with inline CSS

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

#a6b240 color code is use for CSS Border Color

CSS Border color for the above div is #a6b240

HTML with inline CSS

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

CSS Border Left color for the above div is #a6b240

HTML with inline CSS

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

CSS Border Right color for the above div is #a6b240

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a6b240

HTML with inline CSS

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

CSS Border Top color for the above div is #a6b240

HTML with inline CSS

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

#a6b240 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a6b240 Color code Preview on White Background

This is how #a6b240 Color code will look on white background color. Color contrast ratio is 2.32

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

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(166,178,64,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(76,64,178,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(166,178,64,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.