COLOR #BBE57D

HEX: #BBE57D RGB: (187,229,125)

Color info

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

RGB color model

#BBE57D color RGB value is (187,229,125).

RGB: (187,229,125) (73%, 90%, 49%)

RGB channels and saturation

R 187 of 255 = 73%
G 229 of 255 = 90%
B 125 of 255 = 49%

187
229
125

R + G + B ~ 71%. #BBE57D is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 229 + 125 = 541 (100%)
R 187 of 541 ~ 34.57%
G 229 of 541 ~ 42.33%
B 125 of 541 ~ 23.11'%

%34.57
%42.33
%23.11

CMYK color model

#BBE57D color CMYK value is (18,0,45,10).

  • cyan value is 18.34%
  • magenta value is 0.00%
  • yellow value is 45.41%
  • key color value is 10.20%

CMYK: (18,0,45,10)
C18M0Y45K10 (18%, 0%, 45%, 10%)
(0.18 / 0.00 / 0.45 / 0.10)

CMYK percentages

%18.34
%0
%45.41
%10.2

Codes

Color #BBE57D in popluar color models

BB E5 7D
RGB 187 229 125
HSL 84° 66.67% 69.41%
HSB/HSV 84° 45.41% 89.80%
CMYK 18.34% 0.00% 45.41%
10.20%

Color #BBE57D in popluar number systems.

HEX BB E5 7D
Decimal 187 229 125
Binary 10111011 11100101 1111101
Octal 273 345 175

Shades and tints

Shades of #BBE57D

#BBE57D
(187,229,125)
#AAD172
(170,209,114)
#99BD67
(153,189,103)
#88A95C
(136,169,92)
#779551
(119,149,81)
#668146
(102,129,70)
#556D3B
(85,109,59)
#445930
(68,89,48)
#334525
(51,69,37)
#22311A
(34,49,26)
#111D0F
(17,29,15)
#000000
(0,0,0)

Tints of #BBE57D

#BBE57D
(187,229,125)
#C1E788
(193,231,136)
#C7E993
(199,233,147)
#CDEB9E
(205,235,158)
#D3EDA9
(211,237,169)
#D9EFB4
(217,239,180)
#DFF1BF
(223,241,191)
#E5F3CA
(229,243,202)
#EBF5D5
(235,245,213)
#F1F7E0
(241,247,224)
#F7F9EB
(247,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE57D color. Also use rgb(187,229,125) instead hex code.

Text Font Color

.myTextColor { color: #BBE57D; }

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

This text font color is #BBE57D.

Background Color

.myBgColor { background-color: #BBE57D; }

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

This div background color is #BBE57D.

Border color

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

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

This div border color is #BBE57D.

Opacity

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

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

Text with #BBE57D 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 #BBE57D;}

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

This text has shadow with #BBE57D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE57D.

Preview

Color preview on black background

This text has color #BBE57D on black background.


Color preview on white background

This text has color #BBE57D on white background.


Black color preview on #BBE57D background

This text has black color on #BBE57D background.


White color preview on #BBE57D background

This text has white color on #BBE57D background.


Related colors

Complementary color

Complementary color for #hex is #441A82.


I love getcolorcode.com

Triadic colors

1 #7DBBE5 and #E57DBB with #BBE57D are triadic colors.

2 #7DE5BB and #E5BB7D with #BBE57D are triadic colors.