COLOR #BEE362

HEX: #BEE362 RGB: (190,227,98)

Color info

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

RGB color model

#BEE362 color RGB value is (190,227,98).

RGB: (190,227,98) (75%, 89%, 38%)

RGB channels and saturation

R 190 of 255 = 75%
G 227 of 255 = 89%
B 98 of 255 = 38%

190
227
98

R + G + B ~ 67%. #BEE362 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 227 + 98 = 515 (100%)
R 190 of 515 ~ 36.89%
G 227 of 515 ~ 44.08%
B 98 of 515 ~ 19.03'%

%36.89
%44.08
%19.03

CMYK color model

#BEE362 color CMYK value is (16,0,57,11).

  • cyan value is 16.30%
  • magenta value is 0.00%
  • yellow value is 56.83%
  • key color value is 10.98%

CMYK: (16,0,57,11)
C16M0Y57K11 (16%, 0%, 57%, 11%)
(0.16 / 0.00 / 0.57 / 0.11)

CMYK percentages

%16.3
%0
%56.83
%10.98

Codes

Color #BEE362 in popluar color models

BE E3 62
RGB 190 227 98
HSL 77° 69.73% 63.73%
HSB/HSV 77° 56.83% 89.02%
CMYK 16.30% 0.00% 56.83%
10.98%

Color #BEE362 in popluar number systems.

HEX BE E3 62
Decimal 190 227 98
Binary 10111110 11100011 1100010
Octal 276 343 142

Shades and tints

Shades of #BEE362

#BEE362
(190,227,98)
#ADCF5A
(173,207,90)
#9CBB52
(156,187,82)
#8BA74A
(139,167,74)
#7A9342
(122,147,66)
#697F3A
(105,127,58)
#586B32
(88,107,50)
#47572A
(71,87,42)
#364322
(54,67,34)
#252F1A
(37,47,26)
#141B12
(20,27,18)
#000000
(0,0,0)

Tints of #BEE362

#BEE362
(190,227,98)
#C3E570
(195,229,112)
#C8E77E
(200,231,126)
#CDE98C
(205,233,140)
#D2EB9A
(210,235,154)
#D7EDA8
(215,237,168)
#DCEFB6
(220,239,182)
#E1F1C4
(225,241,196)
#E6F3D2
(230,243,210)
#EBF5E0
(235,245,224)
#F0F7EE
(240,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE362 color. Also use rgb(190,227,98) instead hex code.

Text Font Color

.myTextColor { color: #BEE362; }

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

This text font color is #BEE362.

Background Color

.myBgColor { background-color: #BEE362; }

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

This div background color is #BEE362.

Border color

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

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

This div border color is #BEE362.

Opacity

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

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

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

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

This text has shadow with #BEE362 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE362.

Preview

Color preview on black background

This text has color #BEE362 on black background.


Color preview on white background

This text has color #BEE362 on white background.


Black color preview on #BEE362 background

This text has black color on #BEE362 background.


White color preview on #BEE362 background

This text has white color on #BEE362 background.


Related colors

Complementary color

Complementary color for #hex is #411C9D.


I love getcolorcode.com

Triadic colors

1 #62BEE3 and #E362BE with #BEE362 are triadic colors.

2 #62E3BE and #E3BE62 with #BEE362 are triadic colors.