crispedge.com

Color picker

Loading...

#acbd4b hex color - Green - Warm color - Information

#acbd4b hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #acbd4b Color code in RGB color code model is created after adding 67.45% red color, 74.12% green color and 29.41% blue color. Hex #acbd4b Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 0% magenta, 60% yellow and 26% black.

Hex #acbd4b color code is between #aabb44 web safe hex color code and #bbcc55 web safe hex color code. #aabb44 is the nearest web safe color code. You can see here many more shades of #acbd4b color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Code acbd4b #acbd4b
RGB Decimal 172, 189, 75 rgb(172, 189, 75)
RGB Percent 67%, 74%, 29% rgb(67%, 74%, 29%)
CSS RGBa 172, 189, 75,1 rgba(172,189,75,1)
CMYK Model cmyk(9%,0%,60%,26%)
HSL Color Space 69,46% ,52% hsl(69,46% ,52%)
HSV Color Space 69°, 60%, 74%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101100 10111101 01001011
Octal 254 275 113
Decimal 172 189 75
Hex ac bd 4b

Different shades of #acbd4b color code.

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

Light Shade of #acbd4b
#bdcb70
Dark Shade of #acbd4b
#8d9c39
Saturated Shade of #acbd4b
#b5c93f
Desaturated Shade of #acbd4b
#a3b157
Grey scale Shade of #acbd4b
#848484
Brighten Shade
#c5d664
Most Readable Shade
#000000

Shades of #acbd4b color code

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

#acbd4b
#98a842
#85933a
#727e32
#5f6929
#4c5421
#393f19
#262a10
#131508
#000000

Similar Color like #acbd4b color

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

#adbe4c
#aebf4d
#afc04e
#b0c14f
#b1c250
#b2c351
#b3c452
#b4c553
#b5c654
#b6c755
#b7c856
#b8c957
#b9ca58
#bacb59
#abbc4a
#aabb49
#a9ba48
#a8b947
#a7b846
#a6b745
#a5b644
#a4b543
#a3b442
#a2b341
#a1b240
#a0b13f
#9fb03e
#9eaf3d

Monochromatic Color with #acbd4b

#acbd4b
#d3e75c
#111308
#383d18
#5f6829
#85923a

Tints of #acbd4b Color

#acbd4b
#b5c45f
#becb73
#c7d387
#d0da9b
#dae1af
#e3e9c3
#ecf0d7
#f5f7eb
#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

#acbd4b
#5c4bbd

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

Split Complementary

#acbd4b
#4b73bd
#954bbd

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

Analogous Color

#bda04b
#bdb74b
#acbd4b
#95bd4b
#7ebd4b

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

#acbd4b
#4bacbd
#bd4bac

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

#acbd4b
#4bbd95
#5c4bbd
#bd4b73

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

#acbd4b
#5c4bbd
#954bbd
#73bd4b

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

#acbd4b Color Code Preview on Black Background Color

This is how #acbd4b Color will look on black background color. Color contrast ratio is 10.13

#acbd4b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acbd4b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acbd4b

#acbd4b color code is use for CSS Background Color

Background color for the above div is #acbd4b

HTML with inline CSS

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

#acbd4b color code is use for CSS Border Color

CSS Border color for the above div is #acbd4b

HTML with inline CSS

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

CSS Border Left color for the above div is #acbd4b

HTML with inline CSS

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

CSS Border Right color for the above div is #acbd4b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acbd4b

HTML with inline CSS

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

CSS Border Top color for the above div is #acbd4b

HTML with inline CSS

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

#acbd4b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acbd4b Color code Preview on White Background

This is how #acbd4b Color code will look on white background color. Color contrast ratio is 2.07

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

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,189,75,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(92,75,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,189,75,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.