COLOR #B3C078

HEX: #B3C078
RGB: (179,192,120)

Color info

#B3C078 contains mainly red and green colors. Web safe color of #B3C078 is #99CC66 (or #9C6).

RGB color model

#B3C078 color RGB value is (179,192,120).

  • red value is 179;
  • green value is 192;
  • blue value is 120.
RGB:
(179,192,120)
(70%,75%,47%)

RGB channels and saturation

R 179 of 255 = 70%
G 192 of 255 = 75%
B 120 of 255 = 47%

179
192
120

R + G + B ~ 64%. #B3C078 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 192 + 120 = 491 (100%)
R 179 of 491 ~ 36.46%
G 192 of 491 ~ 39.1%
B 120 of 491 ~ 24.44%

%36.46
%39.1
%24.44

CMYK color model

#B3C078 color CMYK value is (7,0,38,25).

  • cyan value is 6.77%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 24.71%
CMYK:
(7,0,38,25)
C7M0Y38K25 
(7%,0%,38%,25%)
(0.07/0.00/0.38/0.25)	

CMYK percentages

%6.77
%0
%37.5
%24.71

Codes

Color #B3C078 in popluar color models

B3C078
RGB179192120
HSL71°36.36%61.18%
HSB/HSV71°37.50%75.29%
CMYK6.77%0.00%37.50%
24.71%

Color #B3C078 in popluar number systems.

HEXB3C078
Decimal179192120
Binary10110011110000001111000
Octal263300170

Shades and tints

Shades of #B3C078

#B3C078
(179,192,120)
#A3AF6E
(163,175,110)
#939E64
(147,158,100)
#838D5A
(131,141,90)
#737C50
(115,124,80)
#636B46
(99,107,70)
#535A3C
(83,90,60)
#434932
(67,73,50)
#333828
(51,56,40)
#23271E
(35,39,30)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #B3C078

#B3C078
(179,192,120)
#B9C584
(185,197,132)
#BFCA90
(191,202,144)
#C5CF9C
(197,207,156)
#CBD4A8
(203,212,168)
#D1D9B4
(209,217,180)
#D7DEC0
(215,222,192)
#DDE3CC
(221,227,204)
#E3E8D8
(227,232,216)
#E9EDE4
(233,237,228)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C078 color. Also use rgb(179,192,120) instead hex code.

Text Font Color

.myTextColor { color: #B3C078; }

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

This text font color is #B3C078.


Background Color

.myBgColor { background-color: #B3C078; }

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

This div background color is #B3C078.


Border color

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

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

This div border color is #B3C078.


Opacity

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

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

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

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

This text has shadow with #B3C078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C078 on black background.


Color preview on white background

This text has color #B3C078 on white background.



Black color preview on #B3C078 background

This text has black color on #B3C078 background.


White color preview on #B3C078 background

This text has white color on #B3C078 background.