crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#99bb55 hex color - Green - Warm color - Information

#99bb55 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #99bb55 Color code in RGB color code model is created after adding 60% red color, 73.33% green color and 33.33% blue color. Hex #99bb55 Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 0% magenta, 55% yellow and 27% black.

Hex #99bb55 color code is a web safe color. Next web safe color code is #88aa44 and previous web safe color code is #aacc66. You can see here many more shades of #99bb55 color code.

0 Likes 0 Comments | 32 Views

Color Table

Hex Color Code99bb55#99bb55
RGB Decimal153, 187, 85rgb(153, 187, 85)
RGB Percent60%, 73%, 33%rgb(60%, 73%, 33%)
CSS RGBa153, 187, 85,1rgba(153,187,85,1)
CMYK Modelcmyk(18%,0%,55%,27%)
HSL Color Space80,43% ,53%hsl(80,43% ,53%)
HSV Color Space80°, 55%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100110011011101101010101
Octal231273125
Decimal15318785
Hex99bb55

Different shades of #99bb55 color code.

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

Light Shade of #99bb55
#afca79
Dark Shade of #99bb55
#7e9e3f
Saturated Shade of #99bb55
#9dc749
Desaturated Shade of #99bb55
#95af61
Grey scale Shade of #99bb55
#888888
Brighten Shade
#b2d46e
Most Readable Shade
#000000

Shades of #99bb55 color code

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

#99bb55
#88a64b
#779142
#667c38
#55672f
#445325
#333e1c
#222912
#111409
#000000

Similar Color like #99bb55 color

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

#9abc56
#9bbd57
#9cbe58
#9dbf59
#9ec05a
#9fc15b
#a0c25c
#a1c35d
#a2c45e
#a3c55f
#a4c660
#a5c761
#a6c862
#a7c963
#98ba54
#97b953
#96b852
#95b751
#94b650
#93b54f
#92b44e
#91b34d
#90b24c
#8fb14b
#8eb04a
#8daf49
#8cae48
#8bad47

Monochromatic Color with #99bb55

#99bb55
#bce568
#0e1108
#313b1b
#53662e
#769042

Tints of #99bb55 Color

#99bb55
#a4c267
#afca7a
#bbd18d
#c6d9a0
#d1e0b3
#dde8c6
#e8efd9
#f3f7ec
#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

#99bb55
#7755bb

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

Split Complementary

#99bb55
#5566bb
#aa55bb

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

Analogous Color

#bbb455
#adbb55
#99bb55
#85bb55
#70bb55

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

#99bb55
#5599bb
#bb5599

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

#99bb55
#55bbaa
#7755bb
#bb5566

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

#99bb55
#7755bb
#aa55bb
#66bb55

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 #99bb55 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.

#99bb55 Color Code Preview on Black Background Color

This is how #99bb55 Color will look on black background color. Color contrast ratio is 9.59

#99bb55 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #99bb55

HTML with inline CSS

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

Your Example Paragraph content text in with font color #99bb55

#99bb55 color code is use for CSS Background Color

Background color for the above div is #99bb55

HTML with inline CSS

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

#99bb55 color code is use for CSS Border Color

CSS Border color for the above div is #99bb55

HTML with inline CSS

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

CSS Border Left color for the above div is #99bb55

HTML with inline CSS

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

CSS Border Right color for the above div is #99bb55

HTML with inline CSS

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

CSS Border Bottom color for the above div is #99bb55

HTML with inline CSS

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

CSS Border Top color for the above div is #99bb55

HTML with inline CSS

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

#99bb55 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#99bb55 Color code Preview on White Background

This is how #99bb55 Color code will look on white background color. Color contrast ratio is 2.19

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 32 Views

Post your comment:-

By submitting comment you agree to our privacy policy.