crispedge.com

Color picker

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

#bbaa11 hex color - Green - Warm color - Information

#bbaa11 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #bbaa11 Color code in RGB color code model is created after adding 73.33% red color, 66.67% green color and 6.67% blue color. Hex #bbaa11 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 9% magenta, 91% yellow and 27% black.

Hex #bbaa11 color code is a web safe color. Next web safe color code is #aa9900 and previous web safe color code is #ccbb00. You can see here many more shades of #bbaa11 color code.

0 Likes 0 Comments | 28 Views

Color Table

Hex Color Codebbaa11#bbaa11
RGB Decimal187, 170, 17rgb(187, 170, 17)
RGB Percent73%, 67%, 7%rgb(73%, 67%, 7%)
CSS RGBa187, 170, 17,1rgba(187,170,17,1)
CMYK Modelcmyk(0%,9%,91%,27%)
HSL Color Space54,83% ,40%hsl(54,83% ,40%)
HSV Color Space54°, 91%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110111010101000010001
Octal27325221
Decimal18717017
Hexbbaa11

Different shades of #bbaa11 color code.

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

Light Shade of #bbaa11
#ead415
Dark Shade of #bbaa11
#8c7f0d
Saturated Shade of #bbaa11
#c5b207
Desaturated Shade of #bbaa11
#b1a21b
Grey scale Shade of #bbaa11
#666666
Brighten Shade
#d4c32a
Most Readable Shade
#000000

Shades of #bbaa11 color code

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

#bbaa11
#a6970f
#91840d
#7c710b
#675e09
#534b07
#3e3805
#292503
#141201
#000000

Similar Color like #bbaa11 color

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

#bcab12
#bdac13
#bead14
#bfae15
#c0af16
#c1b017
#c2b118
#c3b219
#c4b31a
#c5b41b
#c6b51c
#c7b61d
#c8b71e
#c9b81f
#baa910
#b9a80f
#b8a70e
#b7a60d
#b6a50c
#b5a40b
#b4a30a
#b3a209
#b2a108
#b1a007
#b09f06
#af9e05
#ae9d04
#ad9c03

Monochromatic Color with #bbaa11

#bbaa11
#e5d115
#110f02
#3b3605
#665d09
#90830d

Tints of #bbaa11 Color

#bbaa11
#c2b32b
#cabc45
#d1c660
#d9cf7a
#e0d995
#e8e2af
#efecca
#f7f5e4
#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

#bbaa11
#1122bb

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

Split Complementary

#bbaa11
#1177bb
#5511bb

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

Analogous Color

#bb6611
#bb8811
#bbaa11
#aabb11
#88bb11

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

#bbaa11
#11bbaa
#aa11bb

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

#bbaa11
#11bb55
#1122bb
#bb1177

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

#bbaa11
#1122bb
#5511bb
#77bb11

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

#bbaa11 Color Code Preview on Black Background Color

This is how #bbaa11 Color will look on black background color. Color contrast ratio is 8.87

#bbaa11 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbaa11

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbaa11

#bbaa11 color code is use for CSS Background Color

Background color for the above div is #bbaa11

HTML with inline CSS

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

#bbaa11 color code is use for CSS Border Color

CSS Border color for the above div is #bbaa11

HTML with inline CSS

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

CSS Border Left color for the above div is #bbaa11

HTML with inline CSS

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

CSS Border Right color for the above div is #bbaa11

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbaa11

HTML with inline CSS

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

CSS Border Top color for the above div is #bbaa11

HTML with inline CSS

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

#bbaa11 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbaa11 Color code Preview on White Background

This is how #bbaa11 Color code will look on white background color. Color contrast ratio is 2.37

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

Related Gradients

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

0 Likes 0 Comments | 28 Views

Post your comment:-

By submitting comment you agree to our privacy policy.