COLOR #BEE88A

HEX: #BEE88A
RGB: (190,232,138)

Color info

#BEE88A contains mainly red and green colors. Web safe color of #BEE88A is #CCFF99 (or #CF9).

RGB color model

#BEE88A color RGB value is (190,232,138).

  • red value is 190;
  • green value is 232;
  • blue value is 138.
RGB:
(190,232,138)
(75%,91%,54%)

RGB channels and saturation

R 190 of 255 = 75%
G 232 of 255 = 91%
B 138 of 255 = 54%

190
232
138

R + G + B ~ 73%. #BEE88A is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 232 + 138 = 560 (100%)
R 190 of 560 ~ 33.93%
G 232 of 560 ~ 41.43%
B 138 of 560 ~ 24.64%

%33.93
%41.43
%24.64

CMYK color model

#BEE88A color CMYK value is (18,0,41,9).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 40.52%
  • key color value is 9.02%
CMYK:
(18,0,41,9)
C18M0Y41K9 
(18%,0%,41%,9%)
(0.18/0.00/0.41/0.09)	

CMYK percentages

%18.1
%0
%40.52
%9.02

Codes

Color #BEE88A in popluar color models

BEE88A
RGB190232138
HSL87°67.14%72.55%
HSB/HSV87°40.52%90.98%
CMYK18.10%0.00%40.52%
9.02%

Color #BEE88A in popluar number systems.

HEXBEE88A
Decimal190232138
Binary101111101110100010001010
Octal276350212

Shades and tints

Shades of #BEE88A

#BEE88A
(190,232,138)
#ADD37E
(173,211,126)
#9CBE72
(156,190,114)
#8BA966
(139,169,102)
#7A945A
(122,148,90)
#697F4E
(105,127,78)
#586A42
(88,106,66)
#475536
(71,85,54)
#36402A
(54,64,42)
#252B1E
(37,43,30)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #BEE88A

#BEE88A
(190,232,138)
#C3EA94
(195,234,148)
#C8EC9E
(200,236,158)
#CDEEA8
(205,238,168)
#D2F0B2
(210,240,178)
#D7F2BC
(215,242,188)
#DCF4C6
(220,244,198)
#E1F6D0
(225,246,208)
#E6F8DA
(230,248,218)
#EBFAE4
(235,250,228)
#F0FCEE
(240,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE88A color. Also use rgb(190,232,138) instead hex code.

Text Font Color

.myTextColor { color: #BEE88A; }

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

This text font color is #BEE88A.


Background Color

.myBgColor { background-color: #BEE88A; }

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

This div background color is #BEE88A.


Border color

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

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

This div border color is #BEE88A.


Opacity

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

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

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

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

This text has shadow with #BEE88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE88A on black background.


Color preview on white background

This text has color #BEE88A on white background.



Black color preview on #BEE88A background

This text has black color on #BEE88A background.


White color preview on #BEE88A background

This text has white color on #BEE88A background.