COLOR #BBE59D

HEX: #BBE59D RGB: (187,229,157)

Color info

#BBE59D contains mainly red and green colors. Web safe color of #BBE59D is #CCCC99 (or #CC9).

RGB color model

#BBE59D color RGB value is (187,229,157).

RGB: (187,229,157) (73%, 90%, 62%)

RGB channels and saturation

R 187 of 255 = 73%
G 229 of 255 = 90%
B 157 of 255 = 62%

187
229
157

R + G + B ~ 75%. #BBE59D is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 229 + 157 = 573 (100%)
R 187 of 573 ~ 32.64%
G 229 of 573 ~ 39.97%
B 157 of 573 ~ 27.4'%

%32.64
%39.97
%27.4

CMYK color model

#BBE59D color CMYK value is (18,0,31,10).

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

CMYK: (18,0,31,10)
C18M0Y31K10 (18%, 0%, 31%, 10%)
(0.18 / 0.00 / 0.31 / 0.10)

CMYK percentages

%18.34
%0
%31.44
%10.2

Codes

Color #BBE59D in popluar color models

BB E5 9D
RGB 187 229 157
HSL 95° 58.06% 75.69%
HSB/HSV 95° 31.44% 89.80%
CMYK 18.34% 0.00% 31.44%
10.20%

Color #BBE59D in popluar number systems.

HEX BB E5 9D
Decimal 187 229 157
Binary 10111011 11100101 10011101
Octal 273 345 235

Shades and tints

Shades of #BBE59D

#BBE59D
(187,229,157)
#AAD18F
(170,209,143)
#99BD81
(153,189,129)
#88A973
(136,169,115)
#779565
(119,149,101)
#668157
(102,129,87)
#556D49
(85,109,73)
#44593B
(68,89,59)
#33452D
(51,69,45)
#22311F
(34,49,31)
#111D11
(17,29,17)
#000000
(0,0,0)

Tints of #BBE59D

#BBE59D
(187,229,157)
#C1E7A5
(193,231,165)
#C7E9AD
(199,233,173)
#CDEBB5
(205,235,181)
#D3EDBD
(211,237,189)
#D9EFC5
(217,239,197)
#DFF1CD
(223,241,205)
#E5F3D5
(229,243,213)
#EBF5DD
(235,245,221)
#F1F7E5
(241,247,229)
#F7F9ED
(247,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE59D; }

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

This text font color is #BBE59D.

Background Color

.myBgColor { background-color: #BBE59D; }

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

This div background color is #BBE59D.

Border color

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

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

This div border color is #BBE59D.

Opacity

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

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

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

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

This text has shadow with #BBE59D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBE59D.

Preview

Color preview on black background

This text has color #BBE59D on black background.


Color preview on white background

This text has color #BBE59D on white background.


Black color preview on #BBE59D background

This text has black color on #BBE59D background.


White color preview on #BBE59D background

This text has white color on #BBE59D background.


Related colors

Complementary color

Complementary color for #hex is #441A62.


I love getcolorcode.com

Triadic colors

1 #9DBBE5 and #E59DBB with #BBE59D are triadic colors.

2 #9DE5BB and #E5BB9D with #BBE59D are triadic colors.