COLOR #BBEE53

HEX: #BBEE53
RGB: (187,238,83)

Color info

#BBEE53 contains mainly red and green colors. Web safe color of #BBEE53 is #CCFF66 (or #CF6).

RGB color model

#BBEE53 color RGB value is (187,238,83).

  • red value is 187;
  • green value is 238;
  • blue value is 83.
RGB:
(187,238,83)
(73%,93%,33%)

RGB channels and saturation

R 187 of 255 = 73%
G 238 of 255 = 93%
B 83 of 255 = 33%

187
238
83

R + G + B ~ 66%. #BBEE53 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 238 + 83 = 508 (100%)
R 187 of 508 ~ 36.81%
G 238 of 508 ~ 46.85%
B 83 of 508 ~ 16.34%

%36.81
%46.85
%16.34

CMYK color model

#BBEE53 color CMYK value is (21,0,65,7).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 65.13%
  • key color value is 6.67%
CMYK:
(21,0,65,7)
C21M0Y65K7 
(21%,0%,65%,7%)
(0.21/0.00/0.65/0.07)	

CMYK percentages

%21.43
%0
%65.13
%6.67

Codes

Color #BBEE53 in popluar color models

BBEE53
RGB18723883
HSL80°82.01%62.94%
HSB/HSV80°65.13%93.33%
CMYK21.43%0.00%65.13%
6.67%

Color #BBEE53 in popluar number systems.

HEXBBEE53
Decimal18723883
Binary10111011111011101010011
Octal273356123

Shades and tints

Shades of #BBEE53

#BBEE53
(187,238,83)
#AAD94C
(170,217,76)
#99C445
(153,196,69)
#88AF3E
(136,175,62)
#779A37
(119,154,55)
#668530
(102,133,48)
#557029
(85,112,41)
#445B22
(68,91,34)
#33461B
(51,70,27)
#223114
(34,49,20)
#111C0D
(17,28,13)
#000000
(0,0,0)

Tints of #BBEE53

#BBEE53
(187,238,83)
#C1EF62
(193,239,98)
#C7F071
(199,240,113)
#CDF180
(205,241,128)
#D3F28F
(211,242,143)
#D9F39E
(217,243,158)
#DFF4AD
(223,244,173)
#E5F5BC
(229,245,188)
#EBF6CB
(235,246,203)
#F1F7DA
(241,247,218)
#F7F8E9
(247,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBEE53 color. Also use rgb(187,238,83) instead hex code.

Text Font Color

.myTextColor { color: #BBEE53; }

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

This text font color is #BBEE53.


Background Color

.myBgColor { background-color: #BBEE53; }

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

This div background color is #BBEE53.


Border color

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

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

This div border color is #BBEE53.


Opacity

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

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

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

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

This text has shadow with #BBEE53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBEE53 on black background.


Color preview on white background

This text has color #BBEE53 on white background.



Black color preview on #BBEE53 background

This text has black color on #BBEE53 background.


White color preview on #BBEE53 background

This text has white color on #BBEE53 background.