COLOR #B2C68B

HEX: #B2C68B
RGB: (178,198,139)

Color info

#B2C68B contains red, green and blue colors in about the same proportion. Web safe color of #B2C68B is #99CC99 (or #9C9).

RGB color model

#B2C68B color RGB value is (178,198,139).

  • red value is 178;
  • green value is 198;
  • blue value is 139.
RGB:
(178,198,139)
(70%,78%,55%)

RGB channels and saturation

R 178 of 255 = 70%
G 198 of 255 = 78%
B 139 of 255 = 55%

178
198
139

R + G + B ~ 68%. #B2C68B is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 198 + 139 = 515 (100%)
R 178 of 515 ~ 34.56%
G 198 of 515 ~ 38.45%
B 139 of 515 ~ 26.99%

%34.56
%38.45
%26.99

CMYK color model

#B2C68B color CMYK value is (10,0,30,22).

  • cyan value is 10.10%
  • magenta value is 0.00%
  • yellow value is 29.80%
  • key color value is 22.35%
CMYK:
(10,0,30,22)
C10M0Y30K22 
(10%,0%,30%,22%)
(0.10/0.00/0.30/0.22)	

CMYK percentages

%10.1
%0
%29.8
%22.35

Codes

Color #B2C68B in popluar color models

B2C68B
RGB178198139
HSL80°34.10%66.08%
HSB/HSV80°29.80%77.65%
CMYK10.10%0.00%29.80%
22.35%

Color #B2C68B in popluar number systems.

HEXB2C68B
Decimal178198139
Binary101100101100011010001011
Octal262306213

Shades and tints

Shades of #B2C68B

#B2C68B
(178,198,139)
#A2B47F
(162,180,127)
#92A273
(146,162,115)
#829067
(130,144,103)
#727E5B
(114,126,91)
#626C4F
(98,108,79)
#525A43
(82,90,67)
#424837
(66,72,55)
#32362B
(50,54,43)
#22241F
(34,36,31)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #B2C68B

#B2C68B
(178,198,139)
#B9CB95
(185,203,149)
#C0D09F
(192,208,159)
#C7D5A9
(199,213,169)
#CEDAB3
(206,218,179)
#D5DFBD
(213,223,189)
#DCE4C7
(220,228,199)
#E3E9D1
(227,233,209)
#EAEEDB
(234,238,219)
#F1F3E5
(241,243,229)
#F8F8EF
(248,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C68B color. Also use rgb(178,198,139) instead hex code.

Text Font Color

.myTextColor { color: #B2C68B; }

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

This text font color is #B2C68B.


Background Color

.myBgColor { background-color: #B2C68B; }

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

This div background color is #B2C68B.


Border color

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

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

This div border color is #B2C68B.


Opacity

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

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

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

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

This text has shadow with #B2C68B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C68B on black background.


Color preview on white background

This text has color #B2C68B on white background.



Black color preview on #B2C68B background

This text has black color on #B2C68B background.


White color preview on #B2C68B background

This text has white color on #B2C68B background.