COLOR #B2BE85

HEX: #B2BE85
RGB: (178,190,133)

Color info

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

RGB color model

#B2BE85 color RGB value is (178,190,133).

  • red value is 178;
  • green value is 190;
  • blue value is 133.
RGB:
(178,190,133)
(70%,75%,52%)

RGB channels and saturation

R 178 of 255 = 70%
G 190 of 255 = 75%
B 133 of 255 = 52%

178
190
133

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

Portions of RGB colors in percentages

R + G + B =
178 + 190 + 133 = 501 (100%)
R 178 of 501 ~ 35.53%
G 190 of 501 ~ 37.92%
B 133 of 501 ~ 26.55%

%35.53
%37.92
%26.55

CMYK color model

#B2BE85 color CMYK value is (6,0,30,25).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 25.49%
CMYK:
(6,0,30,25)
C6M0Y30K25 
(6%,0%,30%,25%)
(0.06/0.00/0.30/0.25)	

CMYK percentages

%6.32
%0
%30
%25.49

Codes

Color #B2BE85 in popluar color models

B2BE85
RGB178190133
HSL73°30.48%63.33%
HSB/HSV73°30.00%74.51%
CMYK6.32%0.00%30.00%
25.49%

Color #B2BE85 in popluar number systems.

HEXB2BE85
Decimal178190133
Binary101100101011111010000101
Octal262276205

Shades and tints

Shades of #B2BE85

#B2BE85
(178,190,133)
#A2AD79
(162,173,121)
#929C6D
(146,156,109)
#828B61
(130,139,97)
#727A55
(114,122,85)
#626949
(98,105,73)
#52583D
(82,88,61)
#424731
(66,71,49)
#323625
(50,54,37)
#222519
(34,37,25)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #B2BE85

#B2BE85
(178,190,133)
#B9C390
(185,195,144)
#C0C89B
(192,200,155)
#C7CDA6
(199,205,166)
#CED2B1
(206,210,177)
#D5D7BC
(213,215,188)
#DCDCC7
(220,220,199)
#E3E1D2
(227,225,210)
#EAE6DD
(234,230,221)
#F1EBE8
(241,235,232)
#F8F0F3
(248,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2BE85 color. Also use rgb(178,190,133) instead hex code.

Text Font Color

.myTextColor { color: #B2BE85; }

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

This text font color is #B2BE85.


Background Color

.myBgColor { background-color: #B2BE85; }

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

This div background color is #B2BE85.


Border color

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

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

This div border color is #B2BE85.


Opacity

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

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

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

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

This text has shadow with #B2BE85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BE85 on black background.


Color preview on white background

This text has color #B2BE85 on white background.



Black color preview on #B2BE85 background

This text has black color on #B2BE85 background.


White color preview on #B2BE85 background

This text has white color on #B2BE85 background.