COLOR #B8C95E

HEX: #B8C95E
RGB: (184,201,94)

Color info

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

RGB color model

#B8C95E color RGB value is (184,201,94).

  • red value is 184;
  • green value is 201;
  • blue value is 94.
RGB:
(184,201,94)
(72%,79%,37%)

RGB channels and saturation

R 184 of 255 = 72%
G 201 of 255 = 79%
B 94 of 255 = 37%

184
201
94

R + G + B ~ 63%. #B8C95E is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 201 + 94 = 479 (100%)
R 184 of 479 ~ 38.41%
G 201 of 479 ~ 41.96%
B 94 of 479 ~ 19.62%

%38.41
%41.96
%19.62

CMYK color model

#B8C95E color CMYK value is (8,0,53,21).

  • cyan value is 8.46%
  • magenta value is 0.00%
  • yellow value is 53.23%
  • key color value is 21.18%
CMYK:
(8,0,53,21)
C8M0Y53K21 
(8%,0%,53%,21%)
(0.08/0.00/0.53/0.21)	

CMYK percentages

%8.46
%0
%53.23
%21.18

Codes

Color #B8C95E in popluar color models

B8C95E
RGB18420194
HSL70°49.77%57.84%
HSB/HSV70°53.23%78.82%
CMYK8.46%0.00%53.23%
21.18%

Color #B8C95E in popluar number systems.

HEXB8C95E
Decimal18420194
Binary10111000110010011011110
Octal270311136

Shades and tints

Shades of #B8C95E

#B8C95E
(184,201,94)
#A8B756
(168,183,86)
#98A54E
(152,165,78)
#889346
(136,147,70)
#78813E
(120,129,62)
#686F36
(104,111,54)
#585D2E
(88,93,46)
#484B26
(72,75,38)
#38391E
(56,57,30)
#282716
(40,39,22)
#18150E
(24,21,14)
#000000
(0,0,0)

Tints of #B8C95E

#B8C95E
(184,201,94)
#BECD6C
(190,205,108)
#C4D17A
(196,209,122)
#CAD588
(202,213,136)
#D0D996
(208,217,150)
#D6DDA4
(214,221,164)
#DCE1B2
(220,225,178)
#E2E5C0
(226,229,192)
#E8E9CE
(232,233,206)
#EEEDDC
(238,237,220)
#F4F1EA
(244,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C95E color. Also use rgb(184,201,94) instead hex code.

Text Font Color

.myTextColor { color: #B8C95E; }

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

This text font color is #B8C95E.


Background Color

.myBgColor { background-color: #B8C95E; }

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

This div background color is #B8C95E.


Border color

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

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

This div border color is #B8C95E.


Opacity

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

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

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

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

This text has shadow with #B8C95E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C95E on black background.


Color preview on white background

This text has color #B8C95E on white background.



Black color preview on #B8C95E background

This text has black color on #B8C95E background.


White color preview on #B8C95E background

This text has white color on #B8C95E background.