COLOR #B5D36A

HEX: #B5D36A
RGB: (181,211,106)

Color info

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

RGB color model

#B5D36A color RGB value is (181,211,106).

  • red value is 181;
  • green value is 211;
  • blue value is 106.
RGB:
(181,211,106)
(71%,83%,42%)

RGB channels and saturation

R 181 of 255 = 71%
G 211 of 255 = 83%
B 106 of 255 = 42%

181
211
106

R + G + B ~ 65%. #B5D36A is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 211 + 106 = 498 (100%)
R 181 of 498 ~ 36.35%
G 211 of 498 ~ 42.37%
B 106 of 498 ~ 21.29%

%36.35
%42.37
%21.29

CMYK color model

#B5D36A color CMYK value is (14,0,50,17).

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 49.76%
  • key color value is 17.25%
CMYK:
(14,0,50,17)
C14M0Y50K17 
(14%,0%,50%,17%)
(0.14/0.00/0.50/0.17)	

CMYK percentages

%14.22
%0
%49.76
%17.25

Codes

Color #B5D36A in popluar color models

B5D36A
RGB181211106
HSL77°54.40%62.16%
HSB/HSV77°49.76%82.75%
CMYK14.22%0.00%49.76%
17.25%

Color #B5D36A in popluar number systems.

HEXB5D36A
Decimal181211106
Binary10110101110100111101010
Octal265323152

Shades and tints

Shades of #B5D36A

#B5D36A
(181,211,106)
#A5C061
(165,192,97)
#95AD58
(149,173,88)
#859A4F
(133,154,79)
#758746
(117,135,70)
#65743D
(101,116,61)
#556134
(85,97,52)
#454E2B
(69,78,43)
#353B22
(53,59,34)
#252819
(37,40,25)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #B5D36A

#B5D36A
(181,211,106)
#BBD777
(187,215,119)
#C1DB84
(193,219,132)
#C7DF91
(199,223,145)
#CDE39E
(205,227,158)
#D3E7AB
(211,231,171)
#D9EBB8
(217,235,184)
#DFEFC5
(223,239,197)
#E5F3D2
(229,243,210)
#EBF7DF
(235,247,223)
#F1FBEC
(241,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D36A color. Also use rgb(181,211,106) instead hex code.

Text Font Color

.myTextColor { color: #B5D36A; }

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

This text font color is #B5D36A.


Background Color

.myBgColor { background-color: #B5D36A; }

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

This div background color is #B5D36A.


Border color

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

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

This div border color is #B5D36A.


Opacity

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

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

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

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

This text has shadow with #B5D36A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D36A on black background.


Color preview on white background

This text has color #B5D36A on white background.



Black color preview on #B5D36A background

This text has black color on #B5D36A background.


White color preview on #B5D36A background

This text has white color on #B5D36A background.