COLOR #B6BD55

HEX: #B6BD55
RGB: (182,189,85)

Color info

#B6BD55 contains mainly red and green colors. Web safe color of #B6BD55 is #CCCC66 (or #CC6).

RGB color model

#B6BD55 color RGB value is (182,189,85).

  • red value is 182;
  • green value is 189;
  • blue value is 85.
RGB:
(182,189,85)
(71%,74%,33%)

RGB channels and saturation

R 182 of 255 = 71%
G 189 of 255 = 74%
B 85 of 255 = 33%

182
189
85

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

Portions of RGB colors in percentages

R + G + B =
182 + 189 + 85 = 456 (100%)
R 182 of 456 ~ 39.91%
G 189 of 456 ~ 41.45%
B 85 of 456 ~ 18.64%

%39.91
%41.45
%18.64

CMYK color model

#B6BD55 color CMYK value is (4,0,55,26).

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 55.03%
  • key color value is 25.88%
CMYK:
(4,0,55,26)
C4M0Y55K26 
(4%,0%,55%,26%)
(0.04/0.00/0.55/0.26)	

CMYK percentages

%3.7
%0
%55.03
%25.88

Codes

Color #B6BD55 in popluar color models

B6BD55
RGB18218985
HSL64°44.07%53.73%
HSB/HSV64°55.03%74.12%
CMYK3.70%0.00%55.03%
25.88%

Color #B6BD55 in popluar number systems.

HEXB6BD55
Decimal18218985
Binary10110110101111011010101
Octal266275125

Shades and tints

Shades of #B6BD55

#B6BD55
(182,189,85)
#A6AC4E
(166,172,78)
#969B47
(150,155,71)
#868A40
(134,138,64)
#767939
(118,121,57)
#666832
(102,104,50)
#56572B
(86,87,43)
#464624
(70,70,36)
#36351D
(54,53,29)
#262416
(38,36,22)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #B6BD55

#B6BD55
(182,189,85)
#BCC364
(188,195,100)
#C2C973
(194,201,115)
#C8CF82
(200,207,130)
#CED591
(206,213,145)
#D4DBA0
(212,219,160)
#DAE1AF
(218,225,175)
#E0E7BE
(224,231,190)
#E6EDCD
(230,237,205)
#ECF3DC
(236,243,220)
#F2F9EB
(242,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6BD55 color. Also use rgb(182,189,85) instead hex code.

Text Font Color

.myTextColor { color: #B6BD55; }

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

This text font color is #B6BD55.


Background Color

.myBgColor { background-color: #B6BD55; }

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

This div background color is #B6BD55.


Border color

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

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

This div border color is #B6BD55.


Opacity

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

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

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

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

This text has shadow with #B6BD55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BD55 on black background.


Color preview on white background

This text has color #B6BD55 on white background.



Black color preview on #B6BD55 background

This text has black color on #B6BD55 background.


White color preview on #B6BD55 background

This text has white color on #B6BD55 background.