crispedge.com

Color picker

Loading...

#b7bd11 hex color - Green - Warm color - Information

#b7bd11 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #b7bd11 Color code in RGB color code model is created after adding 71.76% red color, 74.12% green color and 6.67% blue color. Hex #b7bd11 Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 0% magenta, 91% yellow and 26% black.

Hex #b7bd11 color code is between #bbbb00 web safe hex color code and #aacc00 web safe hex color code. #bbbb00 is the nearest web safe color code. You can see here many more shades of #b7bd11 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb7bd11#b7bd11
RGB Decimal183, 189, 17rgb(183, 189, 17)
RGB Percent72%, 74%, 7%rgb(72%, 74%, 7%)
CSS RGBa183, 189, 17,1rgba(183,189,17,1)
CMYK Modelcmyk(3%,0%,91%,26%)
HSL Color Space62,83% ,40%hsl(62,83% ,40%)
HSV Color Space62°, 91%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101111011110100010001
Octal26727521
Decimal18318917
Hexb7bd11

Different shades of #b7bd11 color code.

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

Light Shade of #b7bd11
#e3ea17
Dark Shade of #b7bd11
#8a8e0d
Saturated Shade of #b7bd11
#c1c707
Desaturated Shade of #b7bd11
#adb31b
Grey scale Shade of #b7bd11
#676767
Brighten Shade
#d0d62a
Most Readable Shade
#000000

Shades of #b7bd11 color code

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

#b7bd11
#a2a80f
#8e930d
#7a7e0b
#656909
#515407
#3d3f05
#282a03
#141501
#000000

Similar Color like #b7bd11 color

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

#b8be12
#b9bf13
#bac014
#bbc115
#bcc216
#bdc317
#bec418
#bfc519
#c0c61a
#c1c71b
#c2c81c
#c3c91d
#c4ca1e
#c5cb1f
#b6bc10
#b5bb0f
#b4ba0e
#b3b90d
#b2b80c
#b1b70b
#b0b60a
#afb509
#aeb408
#adb307
#acb206
#abb105
#aab004
#a9af03

Monochromatic Color with #b7bd11

#b7bd11
#e0e715
#121302
#3c3d06
#656809
#8e920d

Tints of #b7bd11 Color

#b7bd11
#bfc42b
#c7cb45
#cfd360
#d7da7a
#dfe195
#e7e9af
#eff0ca
#f7f7e4
#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

#b7bd11
#1711bd

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

Split Complementary

#b7bd11
#1161bd
#6d11bd

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

Analogous Color

#bd7e11
#bda111
#b7bd11
#95bd11
#72bd11

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

#b7bd11
#11b7bd
#bd11b7

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

#b7bd11
#11bd6d
#1711bd
#bd1161

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

#b7bd11
#1711bd
#6d11bd
#61bd11

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

#b7bd11 Color Code Preview on Black Background Color

This is how #b7bd11 Color will look on black background color. Color contrast ratio is 10.30

#b7bd11 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b7bd11

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b7bd11

#b7bd11 color code is use for CSS Background Color

Background color for the above div is #b7bd11

HTML with inline CSS

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

#b7bd11 color code is use for CSS Border Color

CSS Border color for the above div is #b7bd11

HTML with inline CSS

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

CSS Border Left color for the above div is #b7bd11

HTML with inline CSS

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

CSS Border Right color for the above div is #b7bd11

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b7bd11

HTML with inline CSS

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

CSS Border Top color for the above div is #b7bd11

HTML with inline CSS

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

#b7bd11 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b7bd11 Color code Preview on White Background

This is how #b7bd11 Color code will look on white background color. Color contrast ratio is 2.04

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

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(183,189,17,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(23,17,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(183,189,17,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.