COLOR #BBE057

HEX: #BBE057
RGB: (187,224,87)

Color info

#BBE057 contains mainly red and green colors. Web safe color of #BBE057 is #CCCC66 (or #CC6).

RGB color model

#BBE057 color RGB value is (187,224,87).

  • red value is 187;
  • green value is 224;
  • blue value is 87.
RGB:
(187,224,87)
(73%,88%,34%)

RGB channels and saturation

R 187 of 255 = 73%
G 224 of 255 = 88%
B 87 of 255 = 34%

187
224
87

R + G + B ~ 65%. #BBE057 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 224 + 87 = 498 (100%)
R 187 of 498 ~ 37.55%
G 224 of 498 ~ 44.98%
B 87 of 498 ~ 17.47%

%37.55
%44.98
%17.47

CMYK color model

#BBE057 color CMYK value is (17,0,61,12).

  • cyan value is 16.52%
  • magenta value is 0.00%
  • yellow value is 61.16%
  • key color value is 12.16%
CMYK:
(17,0,61,12)
C17M0Y61K12 
(17%,0%,61%,12%)
(0.17/0.00/0.61/0.12)	

CMYK percentages

%16.52
%0
%61.16
%12.16

Codes

Color #BBE057 in popluar color models

BBE057
RGB18722487
HSL76°68.84%60.98%
HSB/HSV76°61.16%87.84%
CMYK16.52%0.00%61.16%
12.16%

Color #BBE057 in popluar number systems.

HEXBBE057
Decimal18722487
Binary10111011111000001010111
Octal273340127

Shades and tints

Shades of #BBE057

#BBE057
(187,224,87)
#AACC50
(170,204,80)
#99B849
(153,184,73)
#88A442
(136,164,66)
#77903B
(119,144,59)
#667C34
(102,124,52)
#55682D
(85,104,45)
#445426
(68,84,38)
#33401F
(51,64,31)
#222C18
(34,44,24)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #BBE057

#BBE057
(187,224,87)
#C1E266
(193,226,102)
#C7E475
(199,228,117)
#CDE684
(205,230,132)
#D3E893
(211,232,147)
#D9EAA2
(217,234,162)
#DFECB1
(223,236,177)
#E5EEC0
(229,238,192)
#EBF0CF
(235,240,207)
#F1F2DE
(241,242,222)
#F7F4ED
(247,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE057 color. Also use rgb(187,224,87) instead hex code.

Text Font Color

.myTextColor { color: #BBE057; }

<p style="color:#BBE057">This sample text font color is #BBE057.</p>

This text font color is #BBE057.


Background Color

.myBgColor { background-color: #BBE057; }

<div style="background-color:#BBE057">Inner text</div>

This div background color is #BBE057.


Border color

.myBorderColor { border: 1px solid #BBE057; }

<div style="border:3px solid #BBE057">Div</div>

This div border color is #BBE057.


Opacity

.myOpacity80 { color: #BBE057; opacity: 0.8; }

<p style="color:#BBE057;opacity:0.8;">80%</p>

Text with #BBE057 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BBE057;}

<p style="text-shadow: 3px 3px 1px #BBE057">Text here.</p>

This text has shadow with #BBE057 color.

.textShadow {text-shadow: 3px 3px 1px #BBE057, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BBE057, 5px 5px 20px red">Text here.</p>

This text has shadow with #BBE057 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBE057, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BBE057, Direction=45, Strength=4)">Text</p>

This text has shadow with #BBE057 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BBE057;
  -webkit-box-shadow:	1px 1px 3px 2px #BBE057;
  box-shadow:		1px 1px 3px 2px #BBE057;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBE057;
-webkit-box-shadow: 1px 1px 3px 2px #BBE057;
box-shadow:1px 1px 3px 2px #BBE057;">
Div content here</div>
This div box has shadow with color #BBE057.

Preview

Color preview on black background

This text has color #BBE057 on black background.


Color preview on white background

This text has color #BBE057 on white background.



Black color preview on #BBE057 background

This text has black color on #BBE057 background.


White color preview on #BBE057 background

This text has white color on #BBE057 background.