COLOR #B9E575

HEX: #B9E575
RGB: (185,229,117)

Color info

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

RGB color model

#B9E575 color RGB value is (185,229,117).

  • red value is 185;
  • green value is 229;
  • blue value is 117.
RGB:
(185,229,117)
(73%,90%,46%)

RGB channels and saturation

R 185 of 255 = 73%
G 229 of 255 = 90%
B 117 of 255 = 46%

185
229
117

R + G + B ~ 70%. #B9E575 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 229 + 117 = 531 (100%)
R 185 of 531 ~ 34.84%
G 229 of 531 ~ 43.13%
B 117 of 531 ~ 22.03%

%34.84
%43.13
%22.03

CMYK color model

#B9E575 color CMYK value is (19,0,49,10).

  • cyan value is 19.21%
  • magenta value is 0.00%
  • yellow value is 48.91%
  • key color value is 10.20%
CMYK:
(19,0,49,10)
C19M0Y49K10 
(19%,0%,49%,10%)
(0.19/0.00/0.49/0.10)	

CMYK percentages

%19.21
%0
%48.91
%10.2

Codes

Color #B9E575 in popluar color models

B9E575
RGB185229117
HSL84°68.29%67.84%
HSB/HSV84°48.91%89.80%
CMYK19.21%0.00%48.91%
10.20%

Color #B9E575 in popluar number systems.

HEXB9E575
Decimal185229117
Binary10111001111001011110101
Octal271345165

Shades and tints

Shades of #B9E575

#B9E575
(185,229,117)
#A9D16B
(169,209,107)
#99BD61
(153,189,97)
#89A957
(137,169,87)
#79954D
(121,149,77)
#698143
(105,129,67)
#596D39
(89,109,57)
#49592F
(73,89,47)
#394525
(57,69,37)
#29311B
(41,49,27)
#191D11
(25,29,17)
#000000
(0,0,0)

Tints of #B9E575

#B9E575
(185,229,117)
#BFE781
(191,231,129)
#C5E98D
(197,233,141)
#CBEB99
(203,235,153)
#D1EDA5
(209,237,165)
#D7EFB1
(215,239,177)
#DDF1BD
(221,241,189)
#E3F3C9
(227,243,201)
#E9F5D5
(233,245,213)
#EFF7E1
(239,247,225)
#F5F9ED
(245,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E575 color. Also use rgb(185,229,117) instead hex code.

Text Font Color

.myTextColor { color: #B9E575; }

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

This text font color is #B9E575.


Background Color

.myBgColor { background-color: #B9E575; }

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

This div background color is #B9E575.


Border color

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

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

This div border color is #B9E575.


Opacity

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

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

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

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

This text has shadow with #B9E575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E575 on black background.


Color preview on white background

This text has color #B9E575 on white background.



Black color preview on #B9E575 background

This text has black color on #B9E575 background.


White color preview on #B9E575 background

This text has white color on #B9E575 background.