crispedge.com

Color picker

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

#b6c248 hex color - Green - Warm color - Information

#b6c248 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #b6c248 Color code in RGB color code model is created after adding 71.37% red color, 76.08% green color and 28.24% blue color. Hex #b6c248 Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 0% magenta, 63% yellow and 24% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb6c248#b6c248
RGB Decimal182, 194, 72rgb(182, 194, 72)
RGB Percent71%, 76%, 28%rgb(71%, 76%, 28%)
CSS RGBa182, 194, 72,1rgba(182,194,72,1)
CMYK Modelcmyk(6%,0%,63%,24%)
HSL Color Space66,50% ,52%hsl(66,50% ,52%)
HSV Color Space66°, 63%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101101100001001001000
Octal266302110
Decimal18219472
Hexb6c248

Different shades of #b6c248 color code.

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

Light Shade of #b6c248
#c5cf6e
Dark Shade of #b6c248
#97a136
Saturated Shade of #b6c248
#c0ce3c
Desaturated Shade of #b6c248
#acb654
Grey scale Shade of #b6c248
#858585
Brighten Shade
#cfdb61
Most Readable Shade
#000000

Shades of #b6c248 color code

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

#b6c248
#a1ac40
#8d9638
#798130
#656b28
#505620
#3c4018
#282b10
#141508
#000000

Similar Color like #b6c248 color

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

#b7c349
#b8c44a
#b9c54b
#bac64c
#bbc74d
#bcc84e
#bdc94f
#beca50
#bfcb51
#c0cc52
#c1cd53
#c2ce54
#c3cf55
#c4d056
#b5c147
#b4c046
#b3bf45
#b2be44
#b1bd43
#b0bc42
#afbb41
#aeba40
#adb93f
#acb83e
#abb73d
#aab63c
#a9b53b
#a8b43a

Monochromatic Color with #b6c248

#b6c248
#deec58
#171809
#3e4219
#666d28
#8e9738

Tints of #b6c248 Color

#b6c248
#bec85c
#c6cf70
#ced685
#d6dd99
#dee3ad
#e6eac2
#eef1d6
#f6f8ea
#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

#b6c248
#5448c2

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

Split Complementary

#b6c248
#4879c2
#9148c2

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

Analogous Color

#c29d48
#c2b648
#b6c248
#9ec248
#85c248

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

#b6c248
#48b6c2
#c248b6

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

#b6c248
#48c291
#5448c2
#c24879

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

#b6c248
#5448c2
#9148c2
#79c248

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

#b6c248 Color Code Preview on Black Background Color

This is how #b6c248 Color will look on black background color. Color contrast ratio is 10.80

#b6c248 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b6c248

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b6c248

#b6c248 color code is use for CSS Background Color

Background color for the above div is #b6c248

HTML with inline CSS

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

#b6c248 color code is use for CSS Border Color

CSS Border color for the above div is #b6c248

HTML with inline CSS

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

CSS Border Left color for the above div is #b6c248

HTML with inline CSS

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

CSS Border Right color for the above div is #b6c248

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b6c248

HTML with inline CSS

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

CSS Border Top color for the above div is #b6c248

HTML with inline CSS

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

#b6c248 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b6c248 Color code Preview on White Background

This is how #b6c248 Color code will look on white background color. Color contrast ratio is 1.94

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

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.