crispedge.com

Color picker

Loading...

#b8d261 hex color - Green - Warm color - Information

#b8d261 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #b8d261 Color code in RGB color code model is created after adding 72.16% red color, 82.35% green color and 38.04% blue color. Hex #b8d261 Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 0% magenta, 54% yellow and 18% black.

Hex #b8d261 color code is between #bbcc66 web safe hex color code and #aadd55 web safe hex color code. #bbcc66 is the nearest web safe color code. You can see here many more shades of #b8d261 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeb8d261#b8d261
RGB Decimal184, 210, 97rgb(184, 210, 97)
RGB Percent72%, 82%, 38%rgb(72%, 82%, 38%)
CSS RGBa184, 210, 97,1rgba(184,210,97,1)
CMYK Modelcmyk(12%,0%,54%,18%)
HSL Color Space74,56% ,60%hsl(74,56% ,60%)
HSV Color Space74°, 54%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110001101001001100001
Octal270322141
Decimal18421097
Hexb8d261

Different shades of #b8d261 color code.

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

Light Shade of #b8d261
#cadd89
Dark Shade of #b8d261
#a6c739
Saturated Shade of #b8d261
#bddc57
Desaturated Shade of #b8d261
#b3c86b
Grey scale Shade of #b8d261
#999999
Brighten Shade
#d1eb7a
Most Readable Shade
#000000

Shades of #b8d261 color code

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

#b8d261
#a3ba56
#8fa34b
#7a8c40
#667435
#515d2b
#3d4620
#282e15
#14170a
#000000

Similar Color like #b8d261 color

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

#b9d362
#bad463
#bbd564
#bcd665
#bdd766
#bed867
#bfd968
#c0da69
#c1db6a
#c2dc6b
#c3dd6c
#c4de6d
#c5df6e
#c6e06f
#b7d160
#b6d05f
#b5cf5e
#b4ce5d
#b3cd5c
#b2cc5b
#b1cb5a
#b0ca59
#afc958
#aec857
#adc756
#acc655
#abc554
#aac453

Monochromatic Color with #b8d261

#b8d261
#ddfc75
#232812
#485226
#6e7d3a
#93a74d

Tints of #b8d261 Color

#b8d261
#bfd772
#c7dc84
#cfe195
#d7e6a7
#dfebb8
#e7f0ca
#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

#b8d261
#7b61d2

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

Split Complementary

#b8d261
#617fd2
#b461d2

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

Analogous Color

#d2bf61
#cfd261
#b8d261
#a1d261
#8bd261

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

#b8d261
#61b8d2
#d261b8

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

#b8d261
#61d2b3
#7b61d2
#d2617f

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

#b8d261
#7b61d2
#b461d2
#7fd261

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

#b8d261 Color Code Preview on Black Background Color

This is how #b8d261 Color will look on black background color. Color contrast ratio is 12.43

#b8d261 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b8d261

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b8d261

#b8d261 color code is use for CSS Background Color

Background color for the above div is #b8d261

HTML with inline CSS

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

#b8d261 color code is use for CSS Border Color

CSS Border color for the above div is #b8d261

HTML with inline CSS

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

CSS Border Left color for the above div is #b8d261

HTML with inline CSS

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

CSS Border Right color for the above div is #b8d261

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b8d261

HTML with inline CSS

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

CSS Border Top color for the above div is #b8d261

HTML with inline CSS

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

#b8d261 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b8d261 Color code Preview on White Background

This is how #b8d261 Color code will look on white background color. Color contrast ratio is 1.69

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.