crispedge.com

Color picker

Loading...

#bbd35f hex color - Green - Warm color - Information

#bbd35f hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #bbd35f Color code in RGB color code model is created after adding 73.33% red color, 82.75% green color and 37.25% blue color. Hex #bbd35f Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 0% magenta, 55% yellow and 17% black.

Hex #bbd35f color code is between #aacc66 web safe hex color code and #ccdd55 web safe hex color code. #aacc66 is the nearest web safe color code. You can see here many more shades of #bbd35f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebbd35f#bbd35f
RGB Decimal187, 211, 95rgb(187, 211, 95)
RGB Percent73%, 83%, 37%rgb(73%, 83%, 37%)
CSS RGBa187, 211, 95,1rgba(187,211,95,1)
CMYK Modelcmyk(11%,0%,55%,17%)
HSL Color Space72,57% ,60%hsl(72,57% ,60%)
HSV Color Space72°, 55%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110111101001101011111
Octal273323137
Decimal18721195
Hexbbd35f

Different shades of #bbd35f color code.

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

Light Shade of #bbd35f
#ccde87
Dark Shade of #bbd35f
#aac837
Saturated Shade of #bbd35f
#c1dd55
Desaturated Shade of #bbd35f
#b5c969
Grey scale Shade of #bbd35f
#999999
Brighten Shade
#d4ec78
Most Readable Shade
#000000

Shades of #bbd35f color code

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

#bbd35f
#a6bb54
#91a449
#7c8c3f
#677534
#535d2a
#3e461f
#292e15
#14170a
#000000

Similar Color like #bbd35f color

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

#bcd460
#bdd561
#bed662
#bfd763
#c0d864
#c1d965
#c2da66
#c3db67
#c4dc68
#c5dd69
#c6de6a
#c7df6b
#c8e06c
#c9e16d
#bad25e
#b9d15d
#b8d05c
#b7cf5b
#b6ce5a
#b5cd59
#b4cc58
#b3cb57
#b2ca56
#b1c955
#b0c854
#afc753
#aec652
#adc551

Monochromatic Color with #bbd35f

#bbd35f
#e1fd72
#242912
#4a5326
#707e39
#95a84c

Tints of #bbd35f Color

#bbd35f
#c2d770
#cadc82
#d1e194
#d9e6a6
#e0ebb7
#e8f0c9
#eff5db
#f7faed
#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

#bbd35f
#775fd3

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

Split Complementary

#bbd35f
#5f81d3
#b15fd3

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

Analogous Color

#d3bd5f
#d2d35f
#bbd35f
#a4d35f
#8dd35f

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

#bbd35f
#5fbbd3
#d35fbb

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

#bbd35f
#5fd3b1
#775fd3
#d35f81

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

#bbd35f
#775fd3
#b15fd3
#81d35f

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

#bbd35f Color Code Preview on Black Background Color

This is how #bbd35f Color will look on black background color. Color contrast ratio is 12.60

#bbd35f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbd35f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbd35f

#bbd35f color code is use for CSS Background Color

Background color for the above div is #bbd35f

HTML with inline CSS

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

#bbd35f color code is use for CSS Border Color

CSS Border color for the above div is #bbd35f

HTML with inline CSS

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

CSS Border Left color for the above div is #bbd35f

HTML with inline CSS

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

CSS Border Right color for the above div is #bbd35f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbd35f

HTML with inline CSS

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

CSS Border Top color for the above div is #bbd35f

HTML with inline CSS

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

#bbd35f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbd35f Color code Preview on White Background

This is how #bbd35f Color code will look on white background color. Color contrast ratio is 1.67

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

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,211,95,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(119,95,211,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,211,95,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.