crispedge.com

Color picker

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

#b9bc15 hex color - Green - Warm color - Information

#b9bc15 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #b9bc15 Color code in RGB color code model is created after adding 72.55% red color, 73.73% green color and 8.24% blue color. Hex #b9bc15 Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 89% yellow and 26% black.

Hex #b9bc15 color code is between #bbbb11 web safe hex color code and #aacc22 web safe hex color code. #bbbb11 is the nearest web safe color code. You can see here many more shades of #b9bc15 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb9bc15#b9bc15
RGB Decimal185, 188, 21rgb(185, 188, 21)
RGB Percent73%, 74%, 8%rgb(73%, 74%, 8%)
CSS RGBa185, 188, 21,1rgba(185,188,21,1)
CMYK Modelcmyk(2%,0%,89%,26%)
HSL Color Space61,80% ,41%hsl(61,80% ,41%)
HSV Color Space61°, 89%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110011011110000010101
Octal27127425
Decimal18518821
Hexb9bc15

Different shades of #b9bc15 color code.

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

Light Shade of #b9bc15
#e2e61e
Dark Shade of #b9bc15
#8c8e10
Saturated Shade of #b9bc15
#c3c60b
Desaturated Shade of #b9bc15
#afb21f
Grey scale Shade of #b9bc15
#686868
Brighten Shade
#d2d52e
Most Readable Shade
#000000

Shades of #b9bc15 color code

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

#b9bc15
#a4a712
#8f9210
#7b7d0e
#66680b
#525309
#3d3e07
#292904
#141402
#000000

Similar Color like #b9bc15 color

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

#babd16
#bbbe17
#bcbf18
#bdc019
#bec11a
#bfc21b
#c0c31c
#c1c41d
#c2c51e
#c3c61f
#c4c720
#c5c821
#c6c922
#c7ca23
#b8bb14
#b7ba13
#b6b912
#b5b811
#b4b710
#b3b60f
#b2b50e
#b1b40d
#b0b30c
#afb20b
#aeb10a
#adb009
#acaf08
#abae07

Monochromatic Color with #b9bc15

#b9bc15
#e3e61a
#121202
#3c3c07
#65670c
#8f9110

Tints of #b9bc15 Color

#b9bc15
#c0c32f
#c8ca49
#d0d263
#d8d97d
#dfe197
#e7e8b1
#eff0cb
#f7f7e5
#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

#b9bc15
#1815bc

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

Split Complementary

#b9bc15
#1566bc
#6c15bc

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

Analogous Color

#bc7c15
#bc9e15
#b9bc15
#98bc15
#76bc15

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

#b9bc15
#15b9bc
#bc15b9

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

#b9bc15
#15bc6b
#1815bc
#bc1565

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

#b9bc15
#1815bc
#6c15bc
#66bc15

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

#b9bc15 Color Code Preview on Black Background Color

This is how #b9bc15 Color will look on black background color. Color contrast ratio is 10.27

#b9bc15 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b9bc15

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b9bc15

#b9bc15 color code is use for CSS Background Color

Background color for the above div is #b9bc15

HTML with inline CSS

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

#b9bc15 color code is use for CSS Border Color

CSS Border color for the above div is #b9bc15

HTML with inline CSS

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

CSS Border Left color for the above div is #b9bc15

HTML with inline CSS

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

CSS Border Right color for the above div is #b9bc15

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b9bc15

HTML with inline CSS

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

CSS Border Top color for the above div is #b9bc15

HTML with inline CSS

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

#b9bc15 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b9bc15 Color code Preview on White Background

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.