COLOR #B6C392

HEX: #B6C392
RGB: (182,195,146)

Color info

#B6C392 contains red, green and blue colors in about the same proportion. Web safe color of #B6C392 is #CCCC99 (or #CC9).

RGB color model

#B6C392 color RGB value is (182,195,146).

  • red value is 182;
  • green value is 195;
  • blue value is 146.
RGB:
(182,195,146)
(71%,76%,57%)

RGB channels and saturation

R 182 of 255 = 71%
G 195 of 255 = 76%
B 146 of 255 = 57%

182
195
146

R + G + B ~ 68%. #B6C392 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 195 + 146 = 523 (100%)
R 182 of 523 ~ 34.8%
G 195 of 523 ~ 37.28%
B 146 of 523 ~ 27.92%

%34.8
%37.28
%27.92

CMYK color model

#B6C392 color CMYK value is (7,0,25,24).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 25.13%
  • key color value is 23.53%
CMYK:
(7,0,25,24)
C7M0Y25K24 
(7%,0%,25%,24%)
(0.07/0.00/0.25/0.24)	

CMYK percentages

%6.67
%0
%25.13
%23.53

Codes

Color #B6C392 in popluar color models

B6C392
RGB182195146
HSL76°28.99%66.86%
HSB/HSV76°25.13%76.47%
CMYK6.67%0.00%25.13%
23.53%

Color #B6C392 in popluar number systems.

HEXB6C392
Decimal182195146
Binary101101101100001110010010
Octal266303222

Shades and tints

Shades of #B6C392

#B6C392
(182,195,146)
#A6B285
(166,178,133)
#96A178
(150,161,120)
#86906B
(134,144,107)
#767F5E
(118,127,94)
#666E51
(102,110,81)
#565D44
(86,93,68)
#464C37
(70,76,55)
#363B2A
(54,59,42)
#262A1D
(38,42,29)
#161910
(22,25,16)
#000000
(0,0,0)

Tints of #B6C392

#B6C392
(182,195,146)
#BCC89B
(188,200,155)
#C2CDA4
(194,205,164)
#C8D2AD
(200,210,173)
#CED7B6
(206,215,182)
#D4DCBF
(212,220,191)
#DAE1C8
(218,225,200)
#E0E6D1
(224,230,209)
#E6EBDA
(230,235,218)
#ECF0E3
(236,240,227)
#F2F5EC
(242,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C392 color. Also use rgb(182,195,146) instead hex code.

Text Font Color

.myTextColor { color: #B6C392; }

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

This text font color is #B6C392.


Background Color

.myBgColor { background-color: #B6C392; }

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

This div background color is #B6C392.


Border color

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

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

This div border color is #B6C392.


Opacity

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

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

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

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

This text has shadow with #B6C392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C392 on black background.


Color preview on white background

This text has color #B6C392 on white background.



Black color preview on #B6C392 background

This text has black color on #B6C392 background.


White color preview on #B6C392 background

This text has white color on #B6C392 background.