COLOR #BEE46A

HEX: #BEE46A RGB: (190,228,106)

Color info

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

RGB color model

#BEE46A color RGB value is (190,228,106).

RGB: (190,228,106) (75%, 89%, 42%)

RGB channels and saturation

R 190 of 255 = 75%
G 228 of 255 = 89%
B 106 of 255 = 42%

190
228
106

R + G + B ~ 69%. #BEE46A is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 228 + 106 = 524 (100%)
R 190 of 524 ~ 36.26%
G 228 of 524 ~ 43.51%
B 106 of 524 ~ 20.23'%

%36.26
%43.51
%20.23

CMYK color model

#BEE46A color CMYK value is (17,0,54,11).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 53.51%
  • key color value is 10.59%
CMYK: (17,0,54,11) C17M0Y54K11 (17%,0%,54%,11%) (0.17/0.00/0.54/0.11) 

CMYK percentages

%16.67
%0
%53.51
%10.59

Codes

Color #BEE46A in popluar color models

BE E4 6A
RGB 190 228 106
HSL 79° 69.32% 65.49%
HSB/HSV 79° 53.51% 89.41%
CMYK 16.67% 0.00% 53.51%
10.59%

Color #BEE46A in popluar number systems.

HEX BE E4 6A
Decimal 190 228 106
Binary 10111110 11100100 1101010
Octal 276 344 152

Shades and tints

Shades of #BEE46A

#BEE46A
(190,228,106)
#ADD061
(173,208,97)
#9CBC58
(156,188,88)
#8BA84F
(139,168,79)
#7A9446
(122,148,70)
#69803D
(105,128,61)
#586C34
(88,108,52)
#47582B
(71,88,43)
#364422
(54,68,34)
#253019
(37,48,25)
#141C10
(20,28,16)
#000000
(0,0,0)

Tints of #BEE46A

#BEE46A
(190,228,106)
#C3E677
(195,230,119)
#C8E884
(200,232,132)
#CDEA91
(205,234,145)
#D2EC9E
(210,236,158)
#D7EEAB
(215,238,171)
#DCF0B8
(220,240,184)
#E1F2C5
(225,242,197)
#E6F4D2
(230,244,210)
#EBF6DF
(235,246,223)
#F0F8EC
(240,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE46A color. Also use rgb(190,228,106) instead hex code.

Text Font Color

.myTextColor { color: #BEE46A; }

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

This text font color is #BEE46A.

Background Color

.myBgColor { background-color: #BEE46A; }

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

This div background color is #BEE46A.

Border color

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

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

This div border color is #BEE46A.

Opacity

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

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

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

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

This text has shadow with #BEE46A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE46A.

Preview

Color preview on black background

This text has color #BEE46A on black background.


Color preview on white background

This text has color #BEE46A on white background.


Black color preview on #BEE46A background

This text has black color on #BEE46A background.


White color preview on #BEE46A background

This text has white color on #BEE46A background.


Related colors

Complementary color

Complementary color for #hex is #411B95.


I love getcolorcode.com

Triadic colors

1 #6ABEE4 and #E46ABE with #BEE46A are triadic colors.

2 #6AE4BE and #E4BE6A with #BEE46A are triadic colors.