COLOR #B2B001

HEX: #B2B001
RGB: (178,176,1)

Color info

#B2B001 contains mainly red and green colors. Web safe color of #B2B001 is #999900 (or #990).

RGB color model

#B2B001 color RGB value is (178,176,1).

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

RGB channels and saturation

R 178 of 255 = 70%
G 176 of 255 = 69%
B 1 of 255 = 0%

178
176
1

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

Portions of RGB colors in percentages

R + G + B =
178 + 176 + 1 = 355 (100%)
R 178 of 355 ~ 50.14%
G 176 of 355 ~ 49.58%
B 1 of 355 ~ 0.28%

%50.14
%49.58

CMYK color model

#B2B001 color CMYK value is (0,1,99,30).

  • cyan value is 0.00%
  • magenta value is 1.12%
  • yellow value is 99.44%
  • key color value is 30.20%
CMYK:
(0,1,99,30)
C0M1Y99K30 
(0%,1%,99%,30%)
(0.00/0.01/0.99/0.30)	

CMYK percentages

%0
%1.12
%99.44
%30.2

Codes

Color #B2B001 in popluar color models

B2B001
RGB1781761
HSL59°98.88%35.10%
HSB/HSV59°99.44%69.80%
CMYK0.00%1.12%99.44%
30.20%

Color #B2B001 in popluar number systems.

HEXB2B001
Decimal1781761
Binary10110010101100001
Octal2622601

Shades and tints

Shades of #B2B001

#B2B001
(178,176,1)
#A2A001
(162,160,1)
#929001
(146,144,1)
#828001
(130,128,1)
#727001
(114,112,1)
#626001
(98,96,1)
#525001
(82,80,1)
#424001
(66,64,1)
#323001
(50,48,1)
#222001
(34,32,1)
#121001
(18,16,1)
#000000
(0,0,0)

Tints of #B2B001

#B2B001
(178,176,1)
#B9B718
(185,183,24)
#C0BE2F
(192,190,47)
#C7C546
(199,197,70)
#CECC5D
(206,204,93)
#D5D374
(213,211,116)
#DCDA8B
(220,218,139)
#E3E1A2
(227,225,162)
#EAE8B9
(234,232,185)
#F1EFD0
(241,239,208)
#F8F6E7
(248,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B001; }

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

This text font color is #B2B001.


Background Color

.myBgColor { background-color: #B2B001; }

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

This div background color is #B2B001.


Border color

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

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

This div border color is #B2B001.


Opacity

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

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

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

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

This text has shadow with #B2B001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B001 on black background.


Color preview on white background

This text has color #B2B001 on white background.



Black color preview on #B2B001 background

This text has black color on #B2B001 background.


White color preview on #B2B001 background

This text has white color on #B2B001 background.