crispedge.com

Color picker

Loading...

#acb93b hex color - Green - Warm color - Information

#acb93b hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #acb93b Color code in RGB color code model is created after adding 67.45% red color, 72.55% green color and 23.14% blue color. Hex #acb93b Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 0% magenta, 68% yellow and 27% black.

Hex #acb93b color code is between #aabb33 web safe hex color code and #bbaa44 web safe hex color code. #aabb33 is the nearest web safe color code. You can see here many more shades of #acb93b color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codeacb93b#acb93b
RGB Decimal172, 185, 59rgb(172, 185, 59)
RGB Percent67%, 73%, 23%rgb(67%, 73%, 23%)
CSS RGBa172, 185, 59,1rgba(172,185,59,1)
CMYK Modelcmyk(7%,0%,68%,27%)
HSL Color Space66,52% ,48%hsl(66,52% ,48%)
HSV Color Space66°, 68%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011001011100100111011
Octal25427173
Decimal17218559
Hexacb93b

Different shades of #acb93b color code.

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

Light Shade of #acb93b
#c0cb5c
Dark Shade of #acb93b
#88922f
Saturated Shade of #acb93b
#b6c52f
Desaturated Shade of #acb93b
#a2ad47
Grey scale Shade of #acb93b
#7a7a7a
Brighten Shade
#c5d254
Most Readable Shade
#000000

Shades of #acb93b color code

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

#acb93b
#98a434
#858f2d
#727b27
#5f6620
#4c521a
#393d13
#26290d
#131406
#000000

Similar Color like #acb93b color

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

#adba3c
#aebb3d
#afbc3e
#b0bd3f
#b1be40
#b2bf41
#b3c042
#b4c143
#b5c244
#b6c345
#b7c446
#b8c547
#b9c648
#bac749
#abb83a
#aab739
#a9b638
#a8b537
#a7b436
#a6b335
#a5b234
#a4b133
#a3b032
#a2af31
#a1ae30
#a0ad2f
#9fac2e
#9eab2d

Monochromatic Color with #acb93b

#acb93b
#d4e349
#0e0f05
#353912
#5d6420
#848e2d

Tints of #acb93b Color

#acb93b
#b5c050
#bec866
#c7d07c
#d0d892
#dadfa7
#e3e7bd
#ecefd3
#f5f7e9
#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

#acb93b
#483bb9

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

Split Complementary

#acb93b
#3b6db9
#873bb9

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

Analogous Color

#b9943b
#b9ad3b
#acb93b
#93b93b
#7ab93b

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

#acb93b
#3bacb9
#b93bac

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

#acb93b
#3bb987
#483bb9
#b93b6d

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

#acb93b
#483bb9
#873bb9
#6db93b

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

#acb93b Color Code Preview on Black Background Color

This is how #acb93b Color will look on black background color. Color contrast ratio is 9.76

#acb93b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acb93b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acb93b

#acb93b color code is use for CSS Background Color

Background color for the above div is #acb93b

HTML with inline CSS

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

#acb93b color code is use for CSS Border Color

CSS Border color for the above div is #acb93b

HTML with inline CSS

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

CSS Border Left color for the above div is #acb93b

HTML with inline CSS

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

CSS Border Right color for the above div is #acb93b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acb93b

HTML with inline CSS

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

CSS Border Top color for the above div is #acb93b

HTML with inline CSS

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

#acb93b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acb93b Color code Preview on White Background

This is how #acb93b Color code will look on white background color. Color contrast ratio is 2.15

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.