Skip to main content Skip to docs navigation

#bcbb4b hex color - Green - Warm color - Information

On this page
@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Hue/Base color: Green

Hex #bcbb4b Color code in RGB color code model is created after adding 73.73% red color, 73.33% green color and 29.41% blue color. Hex #bcbb4b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 1% magenta, 60% yellow and 26.27% black.

Hex #bcbb4b color code is between #bbaa44 web safe hex color code and #cccc55 web safe hex color code. #bbaa44 is the nearest web safe color code. You can see here many more shades of #bcbb4b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code bcbb4b #bcbb4b
RGB Decimal 188, 187, 75 rgb(188, 187, 75)
RGB Percent 74%, 73%, 29% rgb(74%, 73%, 29%)
CSS RGBa 188, 187, 75,1 rgba(188,187,75,1)
CMYK Model cmyk(0%,1%,60%,26.27%)
HSL Color Space 59,46% ,52% hsl(59,46% ,52%)
HSV Color Space 59°, 60%, 74%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111100 10111011 01001011
Octal 274 273 113
Decimal 188 187 75
Hex bc bb 4b

Different shades of #bcbb4b color code.

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

Light Shade of #bcbb4b
#cac970
Dark Shade of #bcbb4b
#9a9a3a
Saturated Shade of #bcbb4b
#c8c73f
Desaturated Shade of #bcbb4b
#b0af57
Grey scale Shade of #bcbb4b
#838383
Brighten Shade
#d5d464
Most Readable Shade
#000000

Shades of #bcbb4b color code

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

#bcbb4b
#a7a642
#92913a
#7d7c32
#686729
#535321
#3e3e19
#292910
#141408
#000000

Similar Color like #bcbb4b color

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

#bdbc4c
#bebd4d
#bfbe4e
#c0bf4f
#c1c050
#c2c151
#c3c252
#c4c353
#c5c454
#c6c555
#c7c656
#c8c757
#c9c858
#cac959
#bbba4a
#bab949
#b9b848
#b8b747
#b7b646
#b6b545
#b5b444
#b4b343
#b3b242
#b2b141
#b1b040
#b0af3f
#afae3e
#aead3d

Monochromatic Color with #bcbb4b

#bcbb4b
#e6e55c
#121207
#3c3c18
#676629
#91913a

Tints of #bcbb4b Color

#bcbb4b
#c3c25f
#caca73
#d2d187
#d9d99b
#e1e0af
#e8e8c3
#f0efd7
#f7f7eb
#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

#bcbb4b
#4b4cbc

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

Split Complementary

#bcbb4b
#4b85bc
#824bbc

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

Analogous Color

#bc8e4b
#bca44b
#bcbb4b
#a6bc4b
#90bc4b

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

#bcbb4b
#4bbcbb
#bb4bbc

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

#bcbb4b
#4bbc82
#4b4cbc
#bc4b84

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

#bcbb4b
#4b4cbc
#824bbc
#85bc4b

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

#bcbb4b Color Code Preview on Black Background Color

This is how #bcbb4b Color will look on black background color. Color contrast ratio is 10.35

#bcbb4b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcbb4b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcbb4b

#bcbb4b color code is use for CSS Background Color

Background color for the above div is #bcbb4b

HTML with inline CSS

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

#bcbb4b color code is use for CSS Border Color

CSS Border color for the above div is #bcbb4b

HTML with inline CSS

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

CSS Border Left color for the above div is #bcbb4b

HTML with inline CSS

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

CSS Border Right color for the above div is #bcbb4b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcbb4b

HTML with inline CSS

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

CSS Border Top color for the above div is #bcbb4b

HTML with inline CSS

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

#bcbb4b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcbb4b Color code Preview on White Background

This is how #bcbb4b Color code will look on white background color. Color contrast ratio is 2.03

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

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(188,187,75,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(75,76,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,187,75,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.