COLOR #B2B15B

HEX: #B2B15B
RGB: (178,177,91)

Color info

#B2B15B contains mainly red and green colors. Web safe color of #B2B15B is #999966 (or #996).

RGB color model

#B2B15B color RGB value is (178,177,91).

  • red value is 178;
  • green value is 177;
  • blue value is 91.
RGB:
(178,177,91)
(70%,69%,36%)

RGB channels and saturation

R 178 of 255 = 70%
G 177 of 255 = 69%
B 91 of 255 = 36%

178
177
91

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

Portions of RGB colors in percentages

R + G + B =
178 + 177 + 91 = 446 (100%)
R 178 of 446 ~ 39.91%
G 177 of 446 ~ 39.69%
B 91 of 446 ~ 20.4%

%39.91
%39.69
%20.4

CMYK color model

#B2B15B color CMYK value is (0,1,49,30).

  • cyan value is 0.00%
  • magenta value is 0.56%
  • yellow value is 48.88%
  • key color value is 30.20%
CMYK:
(0,1,49,30)
C0M1Y49K30 
(0%,1%,49%,30%)
(0.00/0.01/0.49/0.30)	

CMYK percentages

%0
%0.56
%48.88
%30.2

Codes

Color #B2B15B in popluar color models

B2B15B
RGB17817791
HSL59°36.10%52.75%
HSB/HSV59°48.88%69.80%
CMYK0.00%0.56%48.88%
30.20%

Color #B2B15B in popluar number systems.

HEXB2B15B
Decimal17817791
Binary10110010101100011011011
Octal262261133

Shades and tints

Shades of #B2B15B

#B2B15B
(178,177,91)
#A2A153
(162,161,83)
#92914B
(146,145,75)
#828143
(130,129,67)
#72713B
(114,113,59)
#626133
(98,97,51)
#52512B
(82,81,43)
#424123
(66,65,35)
#32311B
(50,49,27)
#222113
(34,33,19)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #B2B15B

#B2B15B
(178,177,91)
#B9B869
(185,184,105)
#C0BF77
(192,191,119)
#C7C685
(199,198,133)
#CECD93
(206,205,147)
#D5D4A1
(213,212,161)
#DCDBAF
(220,219,175)
#E3E2BD
(227,226,189)
#EAE9CB
(234,233,203)
#F1F0D9
(241,240,217)
#F8F7E7
(248,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B15B color. Also use rgb(178,177,91) instead hex code.

Text Font Color

.myTextColor { color: #B2B15B; }

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

This text font color is #B2B15B.


Background Color

.myBgColor { background-color: #B2B15B; }

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

This div background color is #B2B15B.


Border color

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

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

This div border color is #B2B15B.


Opacity

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

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

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

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

This text has shadow with #B2B15B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B15B on black background.


Color preview on white background

This text has color #B2B15B on white background.



Black color preview on #B2B15B background

This text has black color on #B2B15B background.


White color preview on #B2B15B background

This text has white color on #B2B15B background.