COLOR #BBE18A

HEX: #BBE18A
RGB: (187,225,138)

Color info

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

RGB color model

#BBE18A color RGB value is (187,225,138).

  • red value is 187;
  • green value is 225;
  • blue value is 138.
RGB:
(187,225,138)
(73%,88%,54%)

RGB channels and saturation

R 187 of 255 = 73%
G 225 of 255 = 88%
B 138 of 255 = 54%

187
225
138

R + G + B ~ 72%. #BBE18A is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 225 + 138 = 550 (100%)
R 187 of 550 ~ 34%
G 225 of 550 ~ 40.91%
B 138 of 550 ~ 25.09%

%34
%40.91
%25.09

CMYK color model

#BBE18A color CMYK value is (17,0,39,12).

  • cyan value is 16.89%
  • magenta value is 0.00%
  • yellow value is 38.67%
  • key color value is 11.76%
CMYK:
(17,0,39,12)
C17M0Y39K12 
(17%,0%,39%,12%)
(0.17/0.00/0.39/0.12)	

CMYK percentages

%16.89
%0
%38.67
%11.76

Codes

Color #BBE18A in popluar color models

BBE18A
RGB187225138
HSL86°59.18%71.18%
HSB/HSV86°38.67%88.24%
CMYK16.89%0.00%38.67%
11.76%

Color #BBE18A in popluar number systems.

HEXBBE18A
Decimal187225138
Binary101110111110000110001010
Octal273341212

Shades and tints

Shades of #BBE18A

#BBE18A
(187,225,138)
#AACD7E
(170,205,126)
#99B972
(153,185,114)
#88A566
(136,165,102)
#77915A
(119,145,90)
#667D4E
(102,125,78)
#556942
(85,105,66)
#445536
(68,85,54)
#33412A
(51,65,42)
#222D1E
(34,45,30)
#111912
(17,25,18)
#000000
(0,0,0)

Tints of #BBE18A

#BBE18A
(187,225,138)
#C1E394
(193,227,148)
#C7E59E
(199,229,158)
#CDE7A8
(205,231,168)
#D3E9B2
(211,233,178)
#D9EBBC
(217,235,188)
#DFEDC6
(223,237,198)
#E5EFD0
(229,239,208)
#EBF1DA
(235,241,218)
#F1F3E4
(241,243,228)
#F7F5EE
(247,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE18A color. Also use rgb(187,225,138) instead hex code.

Text Font Color

.myTextColor { color: #BBE18A; }

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

This text font color is #BBE18A.


Background Color

.myBgColor { background-color: #BBE18A; }

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

This div background color is #BBE18A.


Border color

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

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

This div border color is #BBE18A.


Opacity

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

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

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

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

This text has shadow with #BBE18A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE18A on black background.


Color preview on white background

This text has color #BBE18A on white background.



Black color preview on #BBE18A background

This text has black color on #BBE18A background.


White color preview on #BBE18A background

This text has white color on #BBE18A background.