COLOR #B5D190

HEX: #B5D190
RGB: (181,209,144)

Color info

#B5D190 contains mainly red and green colors. Web safe color of #B5D190 is #CCCC99 (or #CC9).

RGB color model

#B5D190 color RGB value is (181,209,144).

  • red value is 181;
  • green value is 209;
  • blue value is 144.
RGB: (181,209,144) (71%,82%,56%)

RGB channels and saturation

R 181 of 255 = 71%
G 209 of 255 = 82%
B 144 of 255 = 56%

181
209
144

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

Portions of RGB colors in percentages

R + G + B =
181 + 209 + 144 = 534 (100%)
R 181 of 534 ~ 33.9%
G 209 of 534 ~ 39.14%
B 144 of 534 ~ 26.97%

%33.9
%39.14
%26.97

CMYK color model

#B5D190 color CMYK value is (13,0,31,18).

  • cyan value is 13.40%
  • magenta value is 0.00%
  • yellow value is 31.10%
  • key color value is 18.04%
CMYK: (13,0,31,18) C13M0Y31K18 (13%,0%,31%,18%) (0.13/0.00/0.31/0.18)

CMYK percentages

%13.4
%0
%31.1
%18.04

Codes

Color #B5D190 in popluar color models

B5D190
RGB181209144
HSL86°41.40%69.22%
HSB/HSV86°31.10%81.96%
CMYK13.40%0.00%31.10%
18.04%

Color #B5D190 in popluar number systems.

HEXB5D190
Decimal181209144
Binary101101011101000110010000
Octal265321220

Shades and tints

Shades of #B5D190

#B5D190
(181,209,144)
#A5BE83
(165,190,131)
#95AB76
(149,171,118)
#859869
(133,152,105)
#75855C
(117,133,92)
#65724F
(101,114,79)
#555F42
(85,95,66)
#454C35
(69,76,53)
#353928
(53,57,40)
#25261B
(37,38,27)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #B5D190

#B5D190
(181,209,144)
#BBD59A
(187,213,154)
#C1D9A4
(193,217,164)
#C7DDAE
(199,221,174)
#CDE1B8
(205,225,184)
#D3E5C2
(211,229,194)
#D9E9CC
(217,233,204)
#DFEDD6
(223,237,214)
#E5F1E0
(229,241,224)
#EBF5EA
(235,245,234)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D190 color. Also use rgb(181,209,144) instead hex code.

Text Font Color

.myTextColor { color: #B5D190; }

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

This text font color is #B5D190.


Background Color

.myBgColor { background-color: #B5D190; }

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

This div background color is #B5D190.


Border color

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

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

This div border color is #B5D190.


Opacity

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

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

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

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

This text has shadow with #B5D190 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B5D190 on black background.


Color preview on white background

This text has color #B5D190 on white background.



Black color preview on #B5D190 background

This text has black color on #B5D190 background.


White color preview on #B5D190 background

This text has white color on #B5D190 background.