crispedge.com

Color picker

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

#bbc74d hex color - Green - Warm color - Information

#bbc74d hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #bbc74d Color code in RGB color code model is created after adding 73.33% red color, 78.04% green color and 30.2% blue color. Hex #bbc74d Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 0% magenta, 61% yellow and 22% black.

Hex #bbc74d color code is between #aacc55 web safe hex color code and #ccbb44 web safe hex color code. #aacc55 is the nearest web safe color code. You can see here many more shades of #bbc74d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebbc74d#bbc74d
RGB Decimal187, 199, 77rgb(187, 199, 77)
RGB Percent73%, 78%, 30%rgb(73%, 78%, 30%)
CSS RGBa187, 199, 77,1rgba(187,199,77,1)
CMYK Modelcmyk(6%,0%,61%,22%)
HSL Color Space66,52% ,54%hsl(66,52% ,54%)
HSV Color Space66°, 61%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110111100011101001101
Octal273307115
Decimal18719977
Hexbbc74d

Different shades of #bbc74d color code.

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

Light Shade of #bbc74d
#cad374
Dark Shade of #bbc74d
#a0ab36
Saturated Shade of #bbc74d
#c4d341
Desaturated Shade of #bbc74d
#b2bb59
Grey scale Shade of #bbc74d
#8a8a8a
Brighten Shade
#d4e066
Most Readable Shade
#000000

Shades of #bbc74d color code

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

#bbc74d
#a6b044
#919a3b
#7c8433
#676e2a
#535822
#3e4219
#292c11
#141608
#000000

Similar Color like #bbc74d color

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

#bcc84e
#bdc94f
#beca50
#bfcb51
#c0cc52
#c1cd53
#c2ce54
#c3cf55
#c4d056
#c5d157
#c6d258
#c7d359
#c8d45a
#c9d55b
#bac64c
#b9c54b
#b8c44a
#b7c349
#b6c248
#b5c147
#b4c046
#b3bf45
#b2be44
#b1bd43
#b0bc42
#afbb41
#aeba40
#adb93f

Monochromatic Color with #bbc74d

#bbc74d
#e3f15d
#1b1d0b
#43471c
#6b722c
#939c3d

Tints of #bbc74d Color

#bbc74d
#c2cd60
#cad374
#d1d988
#d9df9c
#e0e6af
#e8ecc3
#eff2d7
#f7f8eb
#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

#bbc74d
#594dc7

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

Split Complementary

#bbc74d
#4d7ec7
#964dc7

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

Analogous Color

#c7a24d
#c7bb4d
#bbc74d
#a3c74d
#8ac74d

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

#bbc74d
#4dbbc7
#c74dbb

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

#bbc74d
#4dc796
#594dc7
#c74d7e

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

#bbc74d
#594dc7
#964dc7
#7ec74d

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

#bbc74d Color Code Preview on Black Background Color

This is how #bbc74d Color will look on black background color. Color contrast ratio is 11.39

#bbc74d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbc74d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbc74d

#bbc74d color code is use for CSS Background Color

Background color for the above div is #bbc74d

HTML with inline CSS

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

#bbc74d color code is use for CSS Border Color

CSS Border color for the above div is #bbc74d

HTML with inline CSS

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

CSS Border Left color for the above div is #bbc74d

HTML with inline CSS

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

CSS Border Right color for the above div is #bbc74d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbc74d

HTML with inline CSS

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

CSS Border Top color for the above div is #bbc74d

HTML with inline CSS

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

#bbc74d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbc74d Color code Preview on White Background

This is how #bbc74d Color code will look on white background color. Color contrast ratio is 1.84

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

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.