COLOR #B2B426

HEX: #B2B426
RGB: (178,180,38)

Color info

#B2B426 contains mainly red and green colors. Web safe color of #B2B426 is #99CC33 (or #9C3).

RGB color model

#B2B426 color RGB value is (178,180,38).

  • red value is 178;
  • green value is 180;
  • blue value is 38.
RGB:
(178,180,38)
(70%,71%,15%)

RGB channels and saturation

R 178 of 255 = 70%
G 180 of 255 = 71%
B 38 of 255 = 15%

178
180
38

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

Portions of RGB colors in percentages

R + G + B =
178 + 180 + 38 = 396 (100%)
R 178 of 396 ~ 44.95%
G 180 of 396 ~ 45.45%
B 38 of 396 ~ 9.6%

%44.95
%45.45
%9.6

CMYK color model

#B2B426 color CMYK value is (1,0,79,29).

  • cyan value is 1.11%
  • magenta value is 0.00%
  • yellow value is 78.89%
  • key color value is 29.41%
CMYK:
(1,0,79,29)
C1M0Y79K29 
(1%,0%,79%,29%)
(0.01/0.00/0.79/0.29)	

CMYK percentages

%1.11
%0
%78.89
%29.41

Codes

Color #B2B426 in popluar color models

B2B426
RGB17818038
HSL61°65.14%42.75%
HSB/HSV61°78.89%70.59%
CMYK1.11%0.00%78.89%
29.41%

Color #B2B426 in popluar number systems.

HEXB2B426
Decimal17818038
Binary1011001010110100100110
Octal26226446

Shades and tints

Shades of #B2B426

#B2B426
(178,180,38)
#A2A423
(162,164,35)
#929420
(146,148,32)
#82841D
(130,132,29)
#72741A
(114,116,26)
#626417
(98,100,23)
#525414
(82,84,20)
#424411
(66,68,17)
#32340E
(50,52,14)
#22240B
(34,36,11)
#121408
(18,20,8)
#000000
(0,0,0)

Tints of #B2B426

#B2B426
(178,180,38)
#B9BA39
(185,186,57)
#C0C04C
(192,192,76)
#C7C65F
(199,198,95)
#CECC72
(206,204,114)
#D5D285
(213,210,133)
#DCD898
(220,216,152)
#E3DEAB
(227,222,171)
#EAE4BE
(234,228,190)
#F1EAD1
(241,234,209)
#F8F0E4
(248,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B426 color. Also use rgb(178,180,38) instead hex code.

Text Font Color

.myTextColor { color: #B2B426; }

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

This text font color is #B2B426.


Background Color

.myBgColor { background-color: #B2B426; }

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

This div background color is #B2B426.


Border color

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

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

This div border color is #B2B426.


Opacity

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

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

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

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

This text has shadow with #B2B426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B426 on black background.


Color preview on white background

This text has color #B2B426 on white background.



Black color preview on #B2B426 background

This text has black color on #B2B426 background.


White color preview on #B2B426 background

This text has white color on #B2B426 background.