COLOR #B9EA41

HEX: #B9EA41
RGB: (185,234,65)

Color info

#B9EA41 contains mainly red and green colors. Web safe color of #B9EA41 is #CCFF33 (or #CF3).

RGB color model

#B9EA41 color RGB value is (185,234,65).

  • red value is 185;
  • green value is 234;
  • blue value is 65.
RGB:
(185,234,65)
(73%,92%,25%)

RGB channels and saturation

R 185 of 255 = 73%
G 234 of 255 = 92%
B 65 of 255 = 25%

185
234
65

R + G + B ~ 63%. #B9EA41 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 234 + 65 = 484 (100%)
R 185 of 484 ~ 38.22%
G 234 of 484 ~ 48.35%
B 65 of 484 ~ 13.43%

%38.22
%48.35
%13.43

CMYK color model

#B9EA41 color CMYK value is (21,0,72,8).

  • cyan value is 20.94%
  • magenta value is 0.00%
  • yellow value is 72.22%
  • key color value is 8.24%
CMYK:
(21,0,72,8)
C21M0Y72K8 
(21%,0%,72%,8%)
(0.21/0.00/0.72/0.08)	

CMYK percentages

%20.94
%0
%72.22
%8.24

Codes

Color #B9EA41 in popluar color models

B9EA41
RGB18523465
HSL77°80.09%58.63%
HSB/HSV77°72.22%91.76%
CMYK20.94%0.00%72.22%
8.24%

Color #B9EA41 in popluar number systems.

HEXB9EA41
Decimal18523465
Binary10111001111010101000001
Octal271352101

Shades and tints

Shades of #B9EA41

#B9EA41
(185,234,65)
#A9D53C
(169,213,60)
#99C037
(153,192,55)
#89AB32
(137,171,50)
#79962D
(121,150,45)
#698128
(105,129,40)
#596C23
(89,108,35)
#49571E
(73,87,30)
#394219
(57,66,25)
#292D14
(41,45,20)
#19180F
(25,24,15)
#000000
(0,0,0)

Tints of #B9EA41

#B9EA41
(185,234,65)
#BFEB52
(191,235,82)
#C5EC63
(197,236,99)
#CBED74
(203,237,116)
#D1EE85
(209,238,133)
#D7EF96
(215,239,150)
#DDF0A7
(221,240,167)
#E3F1B8
(227,241,184)
#E9F2C9
(233,242,201)
#EFF3DA
(239,243,218)
#F5F4EB
(245,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9EA41 color. Also use rgb(185,234,65) instead hex code.

Text Font Color

.myTextColor { color: #B9EA41; }

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

This text font color is #B9EA41.


Background Color

.myBgColor { background-color: #B9EA41; }

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

This div background color is #B9EA41.


Border color

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

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

This div border color is #B9EA41.


Opacity

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

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

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

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

This text has shadow with #B9EA41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EA41 on black background.


Color preview on white background

This text has color #B9EA41 on white background.



Black color preview on #B9EA41 background

This text has black color on #B9EA41 background.


White color preview on #B9EA41 background

This text has white color on #B9EA41 background.