COLOR #B9E173

HEX: #B9E173 RGB: (185,225,115)

Color info

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

RGB color model

#B9E173 color RGB value is (185,225,115).

RGB: (185,225,115) (73%, 88%, 45%)

RGB channels and saturation

R 185 of 255 = 73%
G 225 of 255 = 88%
B 115 of 255 = 45%

185
225
115

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

Portions of RGB colors in percentages

R + G + B = 185 + 225 + 115 = 525 (100%)
R 185 of 525 ~ 35.24%
G 225 of 525 ~ 42.86%
B 115 of 525 ~ 21.9'%

%35.24
%42.86
%21.9

CMYK color model

#B9E173 color CMYK value is (18,0,49,12).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 48.89%
  • key color value is 11.76%

CMYK: (18,0,49,12)
C18M0Y49K12 (18%, 0%, 49%, 12%)
(0.18 / 0.00 / 0.49 / 0.12)

CMYK percentages

%17.78
%0
%48.89
%11.76

Codes

Color #B9E173 in popluar color models

B9 E1 73
RGB 185 225 115
HSL 82° 64.71% 66.67%
HSB/HSV 82° 48.89% 88.24%
CMYK 17.78% 0.00% 48.89%
11.76%

Color #B9E173 in popluar number systems.

HEX B9 E1 73
Decimal 185 225 115
Binary 10111001 11100001 1110011
Octal 271 341 163

Shades and tints

Shades of #B9E173

#B9E173
(185,225,115)
#A9CD69
(169,205,105)
#99B95F
(153,185,95)
#89A555
(137,165,85)
#79914B
(121,145,75)
#697D41
(105,125,65)
#596937
(89,105,55)
#49552D
(73,85,45)
#394123
(57,65,35)
#292D19
(41,45,25)
#19190F
(25,25,15)
#000000
(0,0,0)

Tints of #B9E173

#B9E173
(185,225,115)
#BFE37F
(191,227,127)
#C5E58B
(197,229,139)
#CBE797
(203,231,151)
#D1E9A3
(209,233,163)
#D7EBAF
(215,235,175)
#DDEDBB
(221,237,187)
#E3EFC7
(227,239,199)
#E9F1D3
(233,241,211)
#EFF3DF
(239,243,223)
#F5F5EB
(245,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E173 color. Also use rgb(185,225,115) instead hex code.

Text Font Color

.myTextColor { color: #B9E173; }

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

This text font color is #B9E173.

Background Color

.myBgColor { background-color: #B9E173; }

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

This div background color is #B9E173.

Border color

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

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

This div border color is #B9E173.

Opacity

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

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

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

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

This text has shadow with #B9E173 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9E173.

Preview

Color preview on black background

This text has color #B9E173 on black background.


Color preview on white background

This text has color #B9E173 on white background.


Black color preview on #B9E173 background

This text has black color on #B9E173 background.


White color preview on #B9E173 background

This text has white color on #B9E173 background.


Related colors

Complementary color

Complementary color for #hex is #461E8C.


I love getcolorcode.com

Triadic colors

1 #73B9E1 and #E173B9 with #B9E173 are triadic colors.

2 #73E1B9 and #E1B973 with #B9E173 are triadic colors.