COLOR #B2BD84

HEX: #B2BD84
RGB: (178,189,132)

Color info

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

RGB color model

#B2BD84 color RGB value is (178,189,132).

  • red value is 178;
  • green value is 189;
  • blue value is 132.
RGB:
(178,189,132)
(70%,74%,52%)

RGB channels and saturation

R 178 of 255 = 70%
G 189 of 255 = 74%
B 132 of 255 = 52%

178
189
132

R + G + B ~ 65%. #B2BD84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 189 + 132 = 499 (100%)
R 178 of 499 ~ 35.67%
G 189 of 499 ~ 37.88%
B 132 of 499 ~ 26.45%

%35.67
%37.88
%26.45

CMYK color model

#B2BD84 color CMYK value is (6,0,30,26).

  • cyan value is 5.82%
  • magenta value is 0.00%
  • yellow value is 30.16%
  • key color value is 25.88%
CMYK:
(6,0,30,26)
C6M0Y30K26 
(6%,0%,30%,26%)
(0.06/0.00/0.30/0.26)	

CMYK percentages

%5.82
%0
%30.16
%25.88

Codes

Color #B2BD84 in popluar color models

B2BD84
RGB178189132
HSL72°30.16%62.94%
HSB/HSV72°30.16%74.12%
CMYK5.82%0.00%30.16%
25.88%

Color #B2BD84 in popluar number systems.

HEXB2BD84
Decimal178189132
Binary101100101011110110000100
Octal262275204

Shades and tints

Shades of #B2BD84

#B2BD84
(178,189,132)
#A2AC78
(162,172,120)
#929B6C
(146,155,108)
#828A60
(130,138,96)
#727954
(114,121,84)
#626848
(98,104,72)
#52573C
(82,87,60)
#424630
(66,70,48)
#323524
(50,53,36)
#222418
(34,36,24)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #B2BD84

#B2BD84
(178,189,132)
#B9C38F
(185,195,143)
#C0C99A
(192,201,154)
#C7CFA5
(199,207,165)
#CED5B0
(206,213,176)
#D5DBBB
(213,219,187)
#DCE1C6
(220,225,198)
#E3E7D1
(227,231,209)
#EAEDDC
(234,237,220)
#F1F3E7
(241,243,231)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2BD84 color. Also use rgb(178,189,132) instead hex code.

Text Font Color

.myTextColor { color: #B2BD84; }

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

This text font color is #B2BD84.


Background Color

.myBgColor { background-color: #B2BD84; }

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

This div background color is #B2BD84.


Border color

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

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

This div border color is #B2BD84.


Opacity

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

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

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

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

This text has shadow with #B2BD84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BD84 on black background.


Color preview on white background

This text has color #B2BD84 on white background.



Black color preview on #B2BD84 background

This text has black color on #B2BD84 background.


White color preview on #B2BD84 background

This text has white color on #B2BD84 background.