@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#96bb6e hex color - Orange - Warm color - Information

#96bb6e hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #96bb6e Color code in RGB color code model is created after adding 58.82% red color, 73.33% green color and 43.14% blue color. Hex #96bb6e Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 0% magenta, 41% yellow and 26.67% black.

Hex #96bb6e color code is between #99aa66 web safe hex color code and #88cc77 web safe hex color code. #99aa66 is the nearest web safe color code. You can see here many more shades of #96bb6e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 96bb6e #96bb6e
RGB Decimal 150, 187, 110 rgb(150, 187, 110)
RGB Percent 59%, 73%, 43% rgb(59%, 73%, 43%)
CSS RGBa 150, 187, 110,1 rgba(150,187,110,1)
CMYK Model cmyk(20%,0%,41%,26.67%)
HSL Color Space 89,36% ,58% hsl(89,36% ,58%)
HSV Color Space 89°, 41%, 73%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10010110 10111011 01101110
Octal 226 273 156
Decimal 150 187 110
Hex 96 bb 6e

Different shades of #96bb6e color code.

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

Light Shade of #96bb6e
#afcb91
Dark Shade of #96bb6e
#7da74f
Saturated Shade of #96bb6e
#96c663
Desaturated Shade of #96bb6e
#96b079
Grey scale Shade of #96bb6e
#949494
Brighten Shade
#afd487
Most Readable Shade
#000000

Shades of #96bb6e color code

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

#96bb6e
#85a661
#749155
#647c49
#53673d
#425330
#323e24
#212918
#10140c
#000000

Similar Color like #96bb6e color

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

#97bc6f
#98bd70
#99be71
#9abf72
#9bc073
#9cc174
#9dc275
#9ec376
#9fc477
#a0c578
#a1c679
#a2c77a
#a3c87b
#a4c97c
#95ba6d
#94b96c
#93b86b
#92b76a
#91b669
#90b568
#8fb467
#8eb366
#8db265
#8cb164
#8bb063
#8aaf62
#89ae61
#88ad60

Monochromatic Color with #96bb6e

#96bb6e
#b8e587
#0e110a
#303b23
#52663c
#749055

Tints of #96bb6e Color

#96bb6e
#a1c27e
#adca8e
#b9d19e
#c4d9ae
#d0e0be
#dce8ce
#e7efde
#f3f7ee
#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

#96bb6e
#936ebb

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

Split Complementary

#96bb6e
#6e6fbb
#ba6ebb

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

Analogous Color

#b5bb6e
#a5bb6e
#96bb6e
#87bb6e
#77bb6e

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

#96bb6e
#6e96bb
#bb6e96

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

#96bb6e
#6ebbb9
#936ebb
#bb6e6f

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

#96bb6e
#936ebb
#ba6ebb
#6fbb6e

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 #96bb6e 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.

#96bb6e Color Code Preview on Black Background Color

This is how #96bb6e Color will look on black background color. Color contrast ratio is 9.63

#96bb6e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #96bb6e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #96bb6e

#96bb6e color code is use for CSS Background Color

Background color for the above div is #96bb6e

HTML with inline CSS

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

#96bb6e color code is use for CSS Border Color

CSS Border color for the above div is #96bb6e

HTML with inline CSS

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

CSS Border Left color for the above div is #96bb6e

HTML with inline CSS

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

CSS Border Right color for the above div is #96bb6e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #96bb6e

HTML with inline CSS

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

CSS Border Top color for the above div is #96bb6e

HTML with inline CSS

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

#96bb6e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#96bb6e Color code Preview on White Background

This is how #96bb6e Color code will look on white background color. Color contrast ratio is 2.18

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

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(150,187,110,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(147,110,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(150,187,110,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.