crispedge.com

Color picker

Loading...

#bbbb00 hex color - Green - Warm color - Information

#bbbb00 hex color - Green - Warm color

Color Hue/Base color: Green

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

Hex #bbbb00 color code is a web safe color. Next web safe color code is #aaaa00 and previous web safe color code is #cccc00. You can see here many more shades of #bbbb00 color code.

0 Likes 0 Comments | 53 Views

RGB Chart

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

Color Table

Hex Color Codebbbb00#bbbb00
RGB Decimal187, 187, 0rgb(187, 187, 0)
RGB Percent73%, 73%, 0%rgb(73%, 73%, 0%)
CSS RGBa187, 187, 0,1rgba(187,187,0,1)
CMYK Modelcmyk(0%,0%,100%,27%)
HSL Color Space60,100% ,37%hsl(60,100% ,37%)
HSV Color Space60°, 100%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110111011101100000000
Octal2732730
Decimal1871870
Hexbbbb00

Different shades of #bbbb00 color code.

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

Light Shade of #bbbb00
#eeee00
Dark Shade of #bbbb00
#888800
Saturated Shade of #bbbb00
#bbbb00
Desaturated Shade of #bbbb00
#b2b209
Grey scale Shade of #bbbb00
#5d5d5d
Brighten Shade
#d4d419
Most Readable Shade
#000000

Shades of #bbbb00 color code

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

#bbbb00
#a6a600
#919100
#7c7c00
#676700
#535300
#3e3e00
#292900
#141400
#000000

Similar Color like #bbbb00 color

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

#bcbc01
#bdbd02
#bebe03
#bfbf04
#c0c005
#c1c106
#c2c207
#c3c308
#c4c409
#c5c50a
#c6c60b
#c7c70c
#c8c80d
#c9c90e
#baba00
#b9b900
#b8b800
#b7b700
#b6b600
#b5b500
#b4b400
#b3b300
#b2b200
#b1b100
#b0b000
#afaf00
#aeae00
#adad00

Monochromatic Color with #bbbb00

#bbbb00
#e5e500
#111100
#3b3b00
#666600
#909000

Tints of #bbbb00 Color

#bbbb00
#c2c21c
#caca38
#d1d155
#d9d971
#e0e08d
#e8e8aa
#efefc6
#f7f7e2
#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

#bbbb00
#0000bb

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

Split Complementary

#bbbb00
#005ebb
#5e00bb

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

Analogous Color

#bb7000
#bb9600
#bbbb00
#96bb00
#70bb00

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

#bbbb00
#00bbbb
#bb00bb

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

#bbbb00
#00bb5d
#0000bb
#bb005d

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

#bbbb00
#0000bb
#5e00bb
#5ebb00

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

#bbbb00 Color Code Preview on Black Background Color

This is how #bbbb00 Color will look on black background color. Color contrast ratio is 10.22

#bbbb00 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbbb00

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbbb00

#bbbb00 color code is use for CSS Background Color

Background color for the above div is #bbbb00

HTML with inline CSS

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

#bbbb00 color code is use for CSS Border Color

CSS Border color for the above div is #bbbb00

HTML with inline CSS

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

CSS Border Left color for the above div is #bbbb00

HTML with inline CSS

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

CSS Border Right color for the above div is #bbbb00

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbbb00

HTML with inline CSS

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

CSS Border Top color for the above div is #bbbb00

HTML with inline CSS

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

#bbbb00 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbbb00 Color code Preview on White Background

This is how #bbbb00 Color code will look on white background color. Color contrast ratio is 2.05

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

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

0 Likes 0 Comments | 53 Views

Post your comment:-

By submitting comment you agree to our privacy policy.