COLOR #B2BA92

HEX: #B2BA92 RGB: (178,186,146)

Color info

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

RGB color model

#B2BA92 color RGB value is (178,186,146).

RGB: (178,186,146) (70%, 73%, 57%)

RGB channels and saturation

R 178 of 255 = 70%
G 186 of 255 = 73%
B 146 of 255 = 57%

178
186
146

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

Portions of RGB colors in percentages

R + G + B = 178 + 186 + 146 = 510 (100%)
R 178 of 510 ~ 34.9%
G 186 of 510 ~ 36.47%
B 146 of 510 ~ 28.63'%

%34.9
%36.47
%28.63

CMYK color model

#B2BA92 color CMYK value is (4,0,22,27).

  • cyan value is 4.30%
  • magenta value is 0.00%
  • yellow value is 21.51%
  • key color value is 27.06%

CMYK: (4,0,22,27)
C4M0Y22K27 (4%, 0%, 22%, 27%)
(0.04 / 0.00 / 0.22 / 0.27)

CMYK percentages

%4.3
%0
%21.51
%27.06

Codes

Color #B2BA92 in popluar color models

B2 BA 92
RGB 178 186 146
HSL 72° 22.47% 65.10%
HSB/HSV 72° 21.51% 72.94%
CMYK 4.30% 0.00% 21.51%
27.06%

Color #B2BA92 in popluar number systems.

HEX B2 BA 92
Decimal 178 186 146
Binary 10110010 10111010 10010010
Octal 262 272 222

Shades and tints

Shades of #B2BA92

#B2BA92
(178,186,146)
#A2AA85
(162,170,133)
#929A78
(146,154,120)
#828A6B
(130,138,107)
#727A5E
(114,122,94)
#626A51
(98,106,81)
#525A44
(82,90,68)
#424A37
(66,74,55)
#323A2A
(50,58,42)
#222A1D
(34,42,29)
#121A10
(18,26,16)
#000000
(0,0,0)

Tints of #B2BA92

#B2BA92
(178,186,146)
#B9C09B
(185,192,155)
#C0C6A4
(192,198,164)
#C7CCAD
(199,204,173)
#CED2B6
(206,210,182)
#D5D8BF
(213,216,191)
#DCDEC8
(220,222,200)
#E3E4D1
(227,228,209)
#EAEADA
(234,234,218)
#F1F0E3
(241,240,227)
#F8F6EC
(248,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2BA92 color. Also use rgb(178,186,146) instead hex code.

Text Font Color

.myTextColor { color: #B2BA92; }

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

This text font color is #B2BA92.

Background Color

.myBgColor { background-color: #B2BA92; }

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

This div background color is #B2BA92.

Border color

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

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

This div border color is #B2BA92.

Opacity

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

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

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

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

This text has shadow with #B2BA92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2BA92.

Preview

Color preview on black background

This text has color #B2BA92 on black background.


Color preview on white background

This text has color #B2BA92 on white background.


Black color preview on #B2BA92 background

This text has black color on #B2BA92 background.


White color preview on #B2BA92 background

This text has white color on #B2BA92 background.


Related colors

Complementary color

Complementary color for #hex is #4D456D.


I love getcolorcode.com

Triadic colors

1 #92B2BA and #BA92B2 with #B2BA92 are triadic colors.

2 #92BAB2 and #BAB292 with #B2BA92 are triadic colors.