COLOR #B5D96E

HEX: #B5D96E
RGB: (181,217,110)

Color info

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

RGB color model

#B5D96E color RGB value is (181,217,110).

  • red value is 181;
  • green value is 217;
  • blue value is 110.
RGB: (181,217,110) (71%,85%,43%)

RGB channels and saturation

R 181 of 255 = 71%
G 217 of 255 = 85%
B 110 of 255 = 43%

181
217
110

R + G + B ~ 66%. #B5D96E is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 217 + 110 = 508 (100%)
R 181 of 508 ~ 35.63%
G 217 of 508 ~ 42.72%
B 110 of 508 ~ 21.65%

%35.63
%42.72
%21.65

CMYK color model

#B5D96E color CMYK value is (17,0,49,15).

  • cyan value is 16.59%
  • magenta value is 0.00%
  • yellow value is 49.31%
  • key color value is 14.90%
CMYK: (17,0,49,15) C17M0Y49K15 (17%,0%,49%,15%) (0.17/0.00/0.49/0.15)

CMYK percentages

%16.59
%0
%49.31
%14.9

Codes

Color #B5D96E in popluar color models

B5D96E
RGB181217110
HSL80°58.47%64.12%
HSB/HSV80°49.31%85.10%
CMYK16.59%0.00%49.31%
14.90%

Color #B5D96E in popluar number systems.

HEXB5D96E
Decimal181217110
Binary10110101110110011101110
Octal265331156

Shades and tints

Shades of #B5D96E

#B5D96E
(181,217,110)
#A5C664
(165,198,100)
#95B35A
(149,179,90)
#85A050
(133,160,80)
#758D46
(117,141,70)
#657A3C
(101,122,60)
#556732
(85,103,50)
#455428
(69,84,40)
#35411E
(53,65,30)
#252E14
(37,46,20)
#151B0A
(21,27,10)
#000000
(0,0,0)

Tints of #B5D96E

#B5D96E
(181,217,110)
#BBDC7B
(187,220,123)
#C1DF88
(193,223,136)
#C7E295
(199,226,149)
#CDE5A2
(205,229,162)
#D3E8AF
(211,232,175)
#D9EBBC
(217,235,188)
#DFEEC9
(223,238,201)
#E5F1D6
(229,241,214)
#EBF4E3
(235,244,227)
#F1F7F0
(241,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D96E color. Also use rgb(181,217,110) instead hex code.

Text Font Color

.myTextColor { color: #B5D96E; }

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

This text font color is #B5D96E.


Background Color

.myBgColor { background-color: #B5D96E; }

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

This div background color is #B5D96E.


Border color

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

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

This div border color is #B5D96E.


Opacity

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

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

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

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

This text has shadow with #B5D96E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B5D96E on black background.


Color preview on white background

This text has color #B5D96E on white background.



Black color preview on #B5D96E background

This text has black color on #B5D96E background.


White color preview on #B5D96E background

This text has white color on #B5D96E background.