COLOR #B6C949

HEX: #B6C949
RGB: (182,201,73)

Color info

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

RGB color model

#B6C949 color RGB value is (182,201,73).

  • red value is 182;
  • green value is 201;
  • blue value is 73.
RGB:
(182,201,73)
(71%,79%,29%)

RGB channels and saturation

R 182 of 255 = 71%
G 201 of 255 = 79%
B 73 of 255 = 29%

182
201
73

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

Portions of RGB colors in percentages

R + G + B =
182 + 201 + 73 = 456 (100%)
R 182 of 456 ~ 39.91%
G 201 of 456 ~ 44.08%
B 73 of 456 ~ 16.01%

%39.91
%44.08
%16.01

CMYK color model

#B6C949 color CMYK value is (9,0,64,21).

  • cyan value is 9.45%
  • magenta value is 0.00%
  • yellow value is 63.68%
  • key color value is 21.18%
CMYK:
(9,0,64,21)
C9M0Y64K21 
(9%,0%,64%,21%)
(0.09/0.00/0.64/0.21)	

CMYK percentages

%9.45
%0
%63.68
%21.18

Codes

Color #B6C949 in popluar color models

B6C949
RGB18220173
HSL69°54.24%53.73%
HSB/HSV69°63.68%78.82%
CMYK9.45%0.00%63.68%
21.18%

Color #B6C949 in popluar number systems.

HEXB6C949
Decimal18220173
Binary10110110110010011001001
Octal266311111

Shades and tints

Shades of #B6C949

#B6C949
(182,201,73)
#A6B743
(166,183,67)
#96A53D
(150,165,61)
#869337
(134,147,55)
#768131
(118,129,49)
#666F2B
(102,111,43)
#565D25
(86,93,37)
#464B1F
(70,75,31)
#363919
(54,57,25)
#262713
(38,39,19)
#16150D
(22,21,13)
#000000
(0,0,0)

Tints of #B6C949

#B6C949
(182,201,73)
#BCCD59
(188,205,89)
#C2D169
(194,209,105)
#C8D579
(200,213,121)
#CED989
(206,217,137)
#D4DD99
(212,221,153)
#DAE1A9
(218,225,169)
#E0E5B9
(224,229,185)
#E6E9C9
(230,233,201)
#ECEDD9
(236,237,217)
#F2F1E9
(242,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C949 color. Also use rgb(182,201,73) instead hex code.

Text Font Color

.myTextColor { color: #B6C949; }

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

This text font color is #B6C949.


Background Color

.myBgColor { background-color: #B6C949; }

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

This div background color is #B6C949.


Border color

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

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

This div border color is #B6C949.


Opacity

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

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

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

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

This text has shadow with #B6C949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C949 on black background.


Color preview on white background

This text has color #B6C949 on white background.



Black color preview on #B6C949 background

This text has black color on #B6C949 background.


White color preview on #B6C949 background

This text has white color on #B6C949 background.