COLOR #B9E745

HEX: #B9E745
RGB: (185,231,69)

Color info

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

RGB color model

#B9E745 color RGB value is (185,231,69).

  • red value is 185;
  • green value is 231;
  • blue value is 69.
RGB:
(185,231,69)
(73%,91%,27%)

RGB channels and saturation

R 185 of 255 = 73%
G 231 of 255 = 91%
B 69 of 255 = 27%

185
231
69

R + G + B ~ 64%. #B9E745 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 231 + 69 = 485 (100%)
R 185 of 485 ~ 38.14%
G 231 of 485 ~ 47.63%
B 69 of 485 ~ 14.23%

%38.14
%47.63
%14.23

CMYK color model

#B9E745 color CMYK value is (20,0,70,9).

  • cyan value is 19.91%
  • magenta value is 0.00%
  • yellow value is 70.13%
  • key color value is 9.41%
CMYK:
(20,0,70,9)
C20M0Y70K9 
(20%,0%,70%,9%)
(0.20/0.00/0.70/0.09)	

CMYK percentages

%19.91
%0
%70.13
%9.41

Codes

Color #B9E745 in popluar color models

B9E745
RGB18523169
HSL77°77.14%58.82%
HSB/HSV77°70.13%90.59%
CMYK19.91%0.00%70.13%
9.41%

Color #B9E745 in popluar number systems.

HEXB9E745
Decimal18523169
Binary10111001111001111000101
Octal271347105

Shades and tints

Shades of #B9E745

#B9E745
(185,231,69)
#A9D23F
(169,210,63)
#99BD39
(153,189,57)
#89A833
(137,168,51)
#79932D
(121,147,45)
#697E27
(105,126,39)
#596921
(89,105,33)
#49541B
(73,84,27)
#393F15
(57,63,21)
#292A0F
(41,42,15)
#191509
(25,21,9)
#000000
(0,0,0)

Tints of #B9E745

#B9E745
(185,231,69)
#BFE955
(191,233,85)
#C5EB65
(197,235,101)
#CBED75
(203,237,117)
#D1EF85
(209,239,133)
#D7F195
(215,241,149)
#DDF3A5
(221,243,165)
#E3F5B5
(227,245,181)
#E9F7C5
(233,247,197)
#EFF9D5
(239,249,213)
#F5FBE5
(245,251,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E745 color. Also use rgb(185,231,69) instead hex code.

Text Font Color

.myTextColor { color: #B9E745; }

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

This text font color is #B9E745.


Background Color

.myBgColor { background-color: #B9E745; }

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

This div background color is #B9E745.


Border color

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

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

This div border color is #B9E745.


Opacity

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

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

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

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

This text has shadow with #B9E745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E745 on black background.


Color preview on white background

This text has color #B9E745 on white background.



Black color preview on #B9E745 background

This text has black color on #B9E745 background.


White color preview on #B9E745 background

This text has white color on #B9E745 background.