COLOR #B8D56C

HEX: #B8D56C
RGB: (184,213,108)

Color info

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

RGB color model

#B8D56C color RGB value is (184,213,108).

  • red value is 184;
  • green value is 213;
  • blue value is 108.
RGB:
(184,213,108)
(72%,84%,42%)

RGB channels and saturation

R 184 of 255 = 72%
G 213 of 255 = 84%
B 108 of 255 = 42%

184
213
108

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

Portions of RGB colors in percentages

R + G + B =
184 + 213 + 108 = 505 (100%)
R 184 of 505 ~ 36.44%
G 213 of 505 ~ 42.18%
B 108 of 505 ~ 21.39%

%36.44
%42.18
%21.39

CMYK color model

#B8D56C color CMYK value is (14,0,49,16).

  • cyan value is 13.62%
  • magenta value is 0.00%
  • yellow value is 49.30%
  • key color value is 16.47%
CMYK:
(14,0,49,16)
C14M0Y49K16 
(14%,0%,49%,16%)
(0.14/0.00/0.49/0.16)	

CMYK percentages

%13.62
%0
%49.3
%16.47

Codes

Color #B8D56C in popluar color models

B8D56C
RGB184213108
HSL77°55.56%62.94%
HSB/HSV77°49.30%83.53%
CMYK13.62%0.00%49.30%
16.47%

Color #B8D56C in popluar number systems.

HEXB8D56C
Decimal184213108
Binary10111000110101011101100
Octal270325154

Shades and tints

Shades of #B8D56C

#B8D56C
(184,213,108)
#A8C263
(168,194,99)
#98AF5A
(152,175,90)
#889C51
(136,156,81)
#788948
(120,137,72)
#68763F
(104,118,63)
#586336
(88,99,54)
#48502D
(72,80,45)
#383D24
(56,61,36)
#282A1B
(40,42,27)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #B8D56C

#B8D56C
(184,213,108)
#BED879
(190,216,121)
#C4DB86
(196,219,134)
#CADE93
(202,222,147)
#D0E1A0
(208,225,160)
#D6E4AD
(214,228,173)
#DCE7BA
(220,231,186)
#E2EAC7
(226,234,199)
#E8EDD4
(232,237,212)
#EEF0E1
(238,240,225)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8D56C color. Also use rgb(184,213,108) instead hex code.

Text Font Color

.myTextColor { color: #B8D56C; }

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

This text font color is #B8D56C.


Background Color

.myBgColor { background-color: #B8D56C; }

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

This div background color is #B8D56C.


Border color

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

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

This div border color is #B8D56C.


Opacity

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

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

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

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

This text has shadow with #B8D56C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D56C on black background.


Color preview on white background

This text has color #B8D56C on white background.



Black color preview on #B8D56C background

This text has black color on #B8D56C background.


White color preview on #B8D56C background

This text has white color on #B8D56C background.