COLOR #B2B858

HEX: #B2B858
RGB: (178,184,88)

Color info

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

RGB color model

#B2B858 color RGB value is (178,184,88).

  • red value is 178;
  • green value is 184;
  • blue value is 88.
RGB:
(178,184,88)
(70%,72%,35%)

RGB channels and saturation

R 178 of 255 = 70%
G 184 of 255 = 72%
B 88 of 255 = 35%

178
184
88

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

Portions of RGB colors in percentages

R + G + B =
178 + 184 + 88 = 450 (100%)
R 178 of 450 ~ 39.56%
G 184 of 450 ~ 40.89%
B 88 of 450 ~ 19.56%

%39.56
%40.89
%19.56

CMYK color model

#B2B858 color CMYK value is (3,0,52,28).

  • cyan value is 3.26%
  • magenta value is 0.00%
  • yellow value is 52.17%
  • key color value is 27.84%
CMYK:
(3,0,52,28)
C3M0Y52K28 
(3%,0%,52%,28%)
(0.03/0.00/0.52/0.28)	

CMYK percentages

%3.26
%0
%52.17
%27.84

Codes

Color #B2B858 in popluar color models

B2B858
RGB17818488
HSL64°40.34%53.33%
HSB/HSV64°52.17%72.16%
CMYK3.26%0.00%52.17%
27.84%

Color #B2B858 in popluar number systems.

HEXB2B858
Decimal17818488
Binary10110010101110001011000
Octal262270130

Shades and tints

Shades of #B2B858

#B2B858
(178,184,88)
#A2A850
(162,168,80)
#929848
(146,152,72)
#828840
(130,136,64)
#727838
(114,120,56)
#626830
(98,104,48)
#525828
(82,88,40)
#424820
(66,72,32)
#323818
(50,56,24)
#222810
(34,40,16)
#121808
(18,24,8)
#000000
(0,0,0)

Tints of #B2B858

#B2B858
(178,184,88)
#B9BE67
(185,190,103)
#C0C476
(192,196,118)
#C7CA85
(199,202,133)
#CED094
(206,208,148)
#D5D6A3
(213,214,163)
#DCDCB2
(220,220,178)
#E3E2C1
(227,226,193)
#EAE8D0
(234,232,208)
#F1EEDF
(241,238,223)
#F8F4EE
(248,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B858; }

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

This text font color is #B2B858.


Background Color

.myBgColor { background-color: #B2B858; }

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

This div background color is #B2B858.


Border color

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

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

This div border color is #B2B858.


Opacity

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

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

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

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

This text has shadow with #B2B858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B858 on black background.


Color preview on white background

This text has color #B2B858 on white background.



Black color preview on #B2B858 background

This text has black color on #B2B858 background.


White color preview on #B2B858 background

This text has white color on #B2B858 background.