COLOR #B6B838

HEX: #B6B838
RGB: (182,184,56)

Color info

#B6B838 contains mainly red and green colors. Web safe color of #B6B838 is #CCCC33 (or #CC3).

RGB color model

#B6B838 color RGB value is (182,184,56).

  • red value is 182;
  • green value is 184;
  • blue value is 56.
RGB:
(182,184,56)
(71%,72%,22%)

RGB channels and saturation

R 182 of 255 = 71%
G 184 of 255 = 72%
B 56 of 255 = 22%

182
184
56

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

Portions of RGB colors in percentages

R + G + B =
182 + 184 + 56 = 422 (100%)
R 182 of 422 ~ 43.13%
G 184 of 422 ~ 43.6%
B 56 of 422 ~ 13.27%

%43.13
%43.6
%13.27

CMYK color model

#B6B838 color CMYK value is (1,0,70,28).

  • cyan value is 1.09%
  • magenta value is 0.00%
  • yellow value is 69.57%
  • key color value is 27.84%
CMYK:
(1,0,70,28)
C1M0Y70K28 
(1%,0%,70%,28%)
(0.01/0.00/0.70/0.28)	

CMYK percentages

%1.09
%0
%69.57
%27.84

Codes

Color #B6B838 in popluar color models

B6B838
RGB18218456
HSL61°53.33%47.06%
HSB/HSV61°69.57%72.16%
CMYK1.09%0.00%69.57%
27.84%

Color #B6B838 in popluar number systems.

HEXB6B838
Decimal18218456
Binary1011011010111000111000
Octal26627070

Shades and tints

Shades of #B6B838

#B6B838
(182,184,56)
#A6A833
(166,168,51)
#96982E
(150,152,46)
#868829
(134,136,41)
#767824
(118,120,36)
#66681F
(102,104,31)
#56581A
(86,88,26)
#464815
(70,72,21)
#363810
(54,56,16)
#26280B
(38,40,11)
#161806
(22,24,6)
#000000
(0,0,0)

Tints of #B6B838

#B6B838
(182,184,56)
#BCBE4A
(188,190,74)
#C2C45C
(194,196,92)
#C8CA6E
(200,202,110)
#CED080
(206,208,128)
#D4D692
(212,214,146)
#DADCA4
(218,220,164)
#E0E2B6
(224,226,182)
#E6E8C8
(230,232,200)
#ECEEDA
(236,238,218)
#F2F4EC
(242,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6B838 color. Also use rgb(182,184,56) instead hex code.

Text Font Color

.myTextColor { color: #B6B838; }

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

This text font color is #B6B838.


Background Color

.myBgColor { background-color: #B6B838; }

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

This div background color is #B6B838.


Border color

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

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

This div border color is #B6B838.


Opacity

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

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

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

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

This text has shadow with #B6B838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B838 on black background.


Color preview on white background

This text has color #B6B838 on white background.



Black color preview on #B6B838 background

This text has black color on #B6B838 background.


White color preview on #B6B838 background

This text has white color on #B6B838 background.