COLOR #B0B25E

HEX: #B0B25E
RGB: (176,178,94)

Color info

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

RGB color model

#B0B25E color RGB value is (176,178,94).

  • red value is 176;
  • green value is 178;
  • blue value is 94.
RGB:
(176,178,94)
(69%,70%,37%)

RGB channels and saturation

R 176 of 255 = 69%
G 178 of 255 = 70%
B 94 of 255 = 37%

176
178
94

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

Portions of RGB colors in percentages

R + G + B =
176 + 178 + 94 = 448 (100%)
R 176 of 448 ~ 39.29%
G 178 of 448 ~ 39.73%
B 94 of 448 ~ 20.98%

%39.29
%39.73
%20.98

CMYK color model

#B0B25E color CMYK value is (1,0,47,30).

  • cyan value is 1.12%
  • magenta value is 0.00%
  • yellow value is 47.19%
  • key color value is 30.20%
CMYK:
(1,0,47,30)
C1M0Y47K30 
(1%,0%,47%,30%)
(0.01/0.00/0.47/0.30)	

CMYK percentages

%1.12
%0
%47.19
%30.2

Codes

Color #B0B25E in popluar color models

B0B25E
RGB17617894
HSL61°35.29%53.33%
HSB/HSV61°47.19%69.80%
CMYK1.12%0.00%47.19%
30.20%

Color #B0B25E in popluar number systems.

HEXB0B25E
Decimal17617894
Binary10110000101100101011110
Octal260262136

Shades and tints

Shades of #B0B25E

#B0B25E
(176,178,94)
#A0A256
(160,162,86)
#90924E
(144,146,78)
#808246
(128,130,70)
#70723E
(112,114,62)
#606236
(96,98,54)
#50522E
(80,82,46)
#404226
(64,66,38)
#30321E
(48,50,30)
#202216
(32,34,22)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #B0B25E

#B0B25E
(176,178,94)
#B7B96C
(183,185,108)
#BEC07A
(190,192,122)
#C5C788
(197,199,136)
#CCCE96
(204,206,150)
#D3D5A4
(211,213,164)
#DADCB2
(218,220,178)
#E1E3C0
(225,227,192)
#E8EACE
(232,234,206)
#EFF1DC
(239,241,220)
#F6F8EA
(246,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B25E color. Also use rgb(176,178,94) instead hex code.

Text Font Color

.myTextColor { color: #B0B25E; }

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

This text font color is #B0B25E.


Background Color

.myBgColor { background-color: #B0B25E; }

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

This div background color is #B0B25E.


Border color

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

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

This div border color is #B0B25E.


Opacity

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

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

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

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

This text has shadow with #B0B25E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B25E on black background.


Color preview on white background

This text has color #B0B25E on white background.



Black color preview on #B0B25E background

This text has black color on #B0B25E background.


White color preview on #B0B25E background

This text has white color on #B0B25E background.