COLOR #B3B612

HEX: #B3B612
RGB: (179,182,18)

Color info

#B3B612 contains mainly red and green colors. Web safe color of #B3B612 is #99CC00 (or #9C0).

RGB color model

#B3B612 color RGB value is (179,182,18).

  • red value is 179;
  • green value is 182;
  • blue value is 18.
RGB:
(179,182,18)
(70%,71%,7%)

RGB channels and saturation

R 179 of 255 = 70%
G 182 of 255 = 71%
B 18 of 255 = 7%

179
182
18

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

Portions of RGB colors in percentages

R + G + B =
179 + 182 + 18 = 379 (100%)
R 179 of 379 ~ 47.23%
G 182 of 379 ~ 48.02%
B 18 of 379 ~ 4.75%

%47.23
%48.02

CMYK color model

#B3B612 color CMYK value is (2,0,90,29).

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 90.11%
  • key color value is 28.63%
CMYK:
(2,0,90,29)
C2M0Y90K29 
(2%,0%,90%,29%)
(0.02/0.00/0.90/0.29)	

CMYK percentages

%1.65
%0
%90.11
%28.63

Codes

Color #B3B612 in popluar color models

B3B612
RGB17918218
HSL61°82.00%39.22%
HSB/HSV61°90.11%71.37%
CMYK1.65%0.00%90.11%
28.63%

Color #B3B612 in popluar number systems.

HEXB3B612
Decimal17918218
Binary101100111011011010010
Octal26326622

Shades and tints

Shades of #B3B612

#B3B612
(179,182,18)
#A3A611
(163,166,17)
#939610
(147,150,16)
#83860F
(131,134,15)
#73760E
(115,118,14)
#63660D
(99,102,13)
#53560C
(83,86,12)
#43460B
(67,70,11)
#33360A
(51,54,10)
#232609
(35,38,9)
#131608
(19,22,8)
#000000
(0,0,0)

Tints of #B3B612

#B3B612
(179,182,18)
#B9BC27
(185,188,39)
#BFC23C
(191,194,60)
#C5C851
(197,200,81)
#CBCE66
(203,206,102)
#D1D47B
(209,212,123)
#D7DA90
(215,218,144)
#DDE0A5
(221,224,165)
#E3E6BA
(227,230,186)
#E9ECCF
(233,236,207)
#EFF2E4
(239,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3B612 color. Also use rgb(179,182,18) instead hex code.

Text Font Color

.myTextColor { color: #B3B612; }

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

This text font color is #B3B612.


Background Color

.myBgColor { background-color: #B3B612; }

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

This div background color is #B3B612.


Border color

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

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

This div border color is #B3B612.


Opacity

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

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

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

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

This text has shadow with #B3B612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B612 on black background.


Color preview on white background

This text has color #B3B612 on white background.



Black color preview on #B3B612 background

This text has black color on #B3B612 background.


White color preview on #B3B612 background

This text has white color on #B3B612 background.