COLOR #B0C78B

HEX: #B0C78B
RGB: (176,199,139)

Color info

#B0C78B contains mainly red and green colors. Web safe color of #B0C78B is #99CC99 (or #9C9).

RGB color model

#B0C78B color RGB value is (176,199,139).

  • red value is 176;
  • green value is 199;
  • blue value is 139.
RGB:
(176,199,139)
(69%,78%,55%)

RGB channels and saturation

R 176 of 255 = 69%
G 199 of 255 = 78%
B 139 of 255 = 55%

176
199
139

R + G + B ~ 67%. #B0C78B is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 199 + 139 = 514 (100%)
R 176 of 514 ~ 34.24%
G 199 of 514 ~ 38.72%
B 139 of 514 ~ 27.04%

%34.24
%38.72
%27.04

CMYK color model

#B0C78B color CMYK value is (12,0,30,22).

  • cyan value is 11.56%
  • magenta value is 0.00%
  • yellow value is 30.15%
  • key color value is 21.96%
CMYK:
(12,0,30,22)
C12M0Y30K22 
(12%,0%,30%,22%)
(0.12/0.00/0.30/0.22)	

CMYK percentages

%11.56
%0
%30.15
%21.96

Codes

Color #B0C78B in popluar color models

B0C78B
RGB176199139
HSL83°34.88%66.27%
HSB/HSV83°30.15%78.04%
CMYK11.56%0.00%30.15%
21.96%

Color #B0C78B in popluar number systems.

HEXB0C78B
Decimal176199139
Binary101100001100011110001011
Octal260307213

Shades and tints

Shades of #B0C78B

#B0C78B
(176,199,139)
#A0B57F
(160,181,127)
#90A373
(144,163,115)
#809167
(128,145,103)
#707F5B
(112,127,91)
#606D4F
(96,109,79)
#505B43
(80,91,67)
#404937
(64,73,55)
#30372B
(48,55,43)
#20251F
(32,37,31)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #B0C78B

#B0C78B
(176,199,139)
#B7CC95
(183,204,149)
#BED19F
(190,209,159)
#C5D6A9
(197,214,169)
#CCDBB3
(204,219,179)
#D3E0BD
(211,224,189)
#DAE5C7
(218,229,199)
#E1EAD1
(225,234,209)
#E8EFDB
(232,239,219)
#EFF4E5
(239,244,229)
#F6F9EF
(246,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C78B color. Also use rgb(176,199,139) instead hex code.

Text Font Color

.myTextColor { color: #B0C78B; }

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

This text font color is #B0C78B.


Background Color

.myBgColor { background-color: #B0C78B; }

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

This div background color is #B0C78B.


Border color

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

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

This div border color is #B0C78B.


Opacity

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

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

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

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

This text has shadow with #B0C78B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C78B on black background.


Color preview on white background

This text has color #B0C78B on white background.



Black color preview on #B0C78B background

This text has black color on #B0C78B background.


White color preview on #B0C78B background

This text has white color on #B0C78B background.