COLOR #B2B85C

HEX: #B2B85C RGB: (178,184,92)

Color info

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

RGB color model

#B2B85C color RGB value is (178,184,92).

RGB: (178,184,92) (70%, 72%, 36%)

RGB channels and saturation

R 178 of 255 = 70%
G 184 of 255 = 72%
B 92 of 255 = 36%

178
184
92

R + G + B ~ 59%. #B2B85C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 178 + 184 + 92 = 454 (100%)
R 178 of 454 ~ 39.21%
G 184 of 454 ~ 40.53%
B 92 of 454 ~ 20.26'%

%39.21
%40.53
%20.26

CMYK color model

#B2B85C color CMYK value is (3,0,50,28).

  • cyan value is 3.26%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 27.84%

CMYK: (3,0,50,28)
C3M0Y50K28 (3%, 0%, 50%, 28%)
(0.03 / 0.00 / 0.50 / 0.28)

CMYK percentages

%3.26
%0
%50
%27.84

Codes

Color #B2B85C in popluar color models

B2 B8 5C
RGB 178 184 92
HSL 64° 39.32% 54.12%
HSB/HSV 64° 50.00% 72.16%
CMYK 3.26% 0.00% 50.00%
27.84%

Color #B2B85C in popluar number systems.

HEX B2 B8 5C
Decimal 178 184 92
Binary 10110010 10111000 1011100
Octal 262 270 134

Shades and tints

Shades of #B2B85C

#B2B85C
(178,184,92)
#A2A854
(162,168,84)
#92984C
(146,152,76)
#828844
(130,136,68)
#72783C
(114,120,60)
#626834
(98,104,52)
#52582C
(82,88,44)
#424824
(66,72,36)
#32381C
(50,56,28)
#222814
(34,40,20)
#12180C
(18,24,12)
#000000
(0,0,0)

Tints of #B2B85C

#B2B85C
(178,184,92)
#B9BE6A
(185,190,106)
#C0C478
(192,196,120)
#C7CA86
(199,202,134)
#CED094
(206,208,148)
#D5D6A2
(213,214,162)
#DCDCB0
(220,220,176)
#E3E2BE
(227,226,190)
#EAE8CC
(234,232,204)
#F1EEDA
(241,238,218)
#F8F4E8
(248,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B85C color. Also use rgb(178,184,92) instead hex code.

Text Font Color

.myTextColor { color: #B2B85C; }

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

This text font color is #B2B85C.

Background Color

.myBgColor { background-color: #B2B85C; }

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

This div background color is #B2B85C.

Border color

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

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

This div border color is #B2B85C.

Opacity

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

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

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

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

This text has shadow with #B2B85C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2B85C.

Preview

Color preview on black background

This text has color #B2B85C on black background.


Color preview on white background

This text has color #B2B85C on white background.


Black color preview on #B2B85C background

This text has black color on #B2B85C background.


White color preview on #B2B85C background

This text has white color on #B2B85C background.


Related colors

Complementary color

Complementary color for #hex is #4D47A3.


I love getcolorcode.com

Triadic colors

1 #5CB2B8 and #B85CB2 with #B2B85C are triadic colors.

2 #5CB8B2 and #B8B25C with #B2B85C are triadic colors.