COLOR #B5D06D

HEX: #B5D06D
RGB: (181,208,109)

Color info

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

RGB color model

#B5D06D color RGB value is (181,208,109).

  • red value is 181;
  • green value is 208;
  • blue value is 109.
RGB:
(181,208,109)
(71%,82%,43%)

RGB channels and saturation

R 181 of 255 = 71%
G 208 of 255 = 82%
B 109 of 255 = 43%

181
208
109

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

Portions of RGB colors in percentages

R + G + B =
181 + 208 + 109 = 498 (100%)
R 181 of 498 ~ 36.35%
G 208 of 498 ~ 41.77%
B 109 of 498 ~ 21.89%

%36.35
%41.77
%21.89

CMYK color model

#B5D06D color CMYK value is (13,0,48,18).

  • cyan value is 12.98%
  • magenta value is 0.00%
  • yellow value is 47.60%
  • key color value is 18.43%
CMYK:
(13,0,48,18)
C13M0Y48K18 
(13%,0%,48%,18%)
(0.13/0.00/0.48/0.18)	

CMYK percentages

%12.98
%0
%47.6
%18.43

Codes

Color #B5D06D in popluar color models

B5D06D
RGB181208109
HSL76°51.30%62.16%
HSB/HSV76°47.60%81.57%
CMYK12.98%0.00%47.60%
18.43%

Color #B5D06D in popluar number systems.

HEXB5D06D
Decimal181208109
Binary10110101110100001101101
Octal265320155

Shades and tints

Shades of #B5D06D

#B5D06D
(181,208,109)
#A5BE64
(165,190,100)
#95AC5B
(149,172,91)
#859A52
(133,154,82)
#758849
(117,136,73)
#657640
(101,118,64)
#556437
(85,100,55)
#45522E
(69,82,46)
#354025
(53,64,37)
#252E1C
(37,46,28)
#151C13
(21,28,19)
#000000
(0,0,0)

Tints of #B5D06D

#B5D06D
(181,208,109)
#BBD47A
(187,212,122)
#C1D887
(193,216,135)
#C7DC94
(199,220,148)
#CDE0A1
(205,224,161)
#D3E4AE
(211,228,174)
#D9E8BB
(217,232,187)
#DFECC8
(223,236,200)
#E5F0D5
(229,240,213)
#EBF4E2
(235,244,226)
#F1F8EF
(241,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D06D color. Also use rgb(181,208,109) instead hex code.

Text Font Color

.myTextColor { color: #B5D06D; }

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

This text font color is #B5D06D.


Background Color

.myBgColor { background-color: #B5D06D; }

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

This div background color is #B5D06D.


Border color

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

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

This div border color is #B5D06D.


Opacity

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

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

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

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

This text has shadow with #B5D06D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D06D on black background.


Color preview on white background

This text has color #B5D06D on white background.



Black color preview on #B5D06D background

This text has black color on #B5D06D background.


White color preview on #B5D06D background

This text has white color on #B5D06D background.