COLOR #B9E317

HEX: #B9E317
RGB: (185,227,23)

Color info

#B9E317 contains mainly red and green colors. Web safe color of #B9E317 is #CCCC00 (or #CC0).

RGB color model

#B9E317 color RGB value is (185,227,23).

  • red value is 185;
  • green value is 227;
  • blue value is 23.
RGB:
(185,227,23)
(73%,89%,9%)

RGB channels and saturation

R 185 of 255 = 73%
G 227 of 255 = 89%
B 23 of 255 = 9%

185
227
23

R + G + B ~ 57%. #B9E317 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
185 + 227 + 23 = 435 (100%)
R 185 of 435 ~ 42.53%
G 227 of 435 ~ 52.18%
B 23 of 435 ~ 5.29%

%42.53
%52.18

CMYK color model

#B9E317 color CMYK value is (19,0,90,11).

  • cyan value is 18.50%
  • magenta value is 0.00%
  • yellow value is 89.87%
  • key color value is 10.98%
CMYK:
(19,0,90,11)
C19M0Y90K11 
(19%,0%,90%,11%)
(0.19/0.00/0.90/0.11)	

CMYK percentages

%18.5
%0
%89.87
%10.98

Codes

Color #B9E317 in popluar color models

B9E317
RGB18522723
HSL72°81.60%49.02%
HSB/HSV72°89.87%89.02%
CMYK18.50%0.00%89.87%
10.98%

Color #B9E317 in popluar number systems.

HEXB9E317
Decimal18522723
Binary101110011110001110111
Octal27134327

Shades and tints

Shades of #B9E317

#B9E317
(185,227,23)
#A9CF15
(169,207,21)
#99BB13
(153,187,19)
#89A711
(137,167,17)
#79930F
(121,147,15)
#697F0D
(105,127,13)
#596B0B
(89,107,11)
#495709
(73,87,9)
#394307
(57,67,7)
#292F05
(41,47,5)
#191B03
(25,27,3)
#000000
(0,0,0)

Tints of #B9E317

#B9E317
(185,227,23)
#BFE52C
(191,229,44)
#C5E741
(197,231,65)
#CBE956
(203,233,86)
#D1EB6B
(209,235,107)
#D7ED80
(215,237,128)
#DDEF95
(221,239,149)
#E3F1AA
(227,241,170)
#E9F3BF
(233,243,191)
#EFF5D4
(239,245,212)
#F5F7E9
(245,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E317 color. Also use rgb(185,227,23) instead hex code.

Text Font Color

.myTextColor { color: #B9E317; }

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

This text font color is #B9E317.


Background Color

.myBgColor { background-color: #B9E317; }

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

This div background color is #B9E317.


Border color

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

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

This div border color is #B9E317.


Opacity

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

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

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

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

This text has shadow with #B9E317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E317 on black background.


Color preview on white background

This text has color #B9E317 on white background.



Black color preview on #B9E317 background

This text has black color on #B9E317 background.


White color preview on #B9E317 background

This text has white color on #B9E317 background.