COLOR #B6C492

HEX: #B6C492 RGB: (182,196,146)

Color info

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

RGB color model

#B6C492 color RGB value is (182,196,146).

RGB: (182,196,146) (71%, 77%, 57%)

RGB channels and saturation

R 182 of 255 = 71%
G 196 of 255 = 77%
B 146 of 255 = 57%

182
196
146

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

Portions of RGB colors in percentages

R + G + B = 182 + 196 + 146 = 524 (100%)
R 182 of 524 ~ 34.73%
G 196 of 524 ~ 37.4%
B 146 of 524 ~ 27.86'%

%34.73
%37.4
%27.86

CMYK color model

#B6C492 color CMYK value is (7,0,26,23).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 25.51%
  • key color value is 23.14%
CMYK: (7,0,26,23) C7M0Y26K23 (7%,0%,26%,23%) (0.07/0.00/0.26/0.23) 

CMYK percentages

%7.14
%0
%25.51
%23.14

Codes

Color #B6C492 in popluar color models

B6 C4 92
RGB 182 196 146
HSL 77° 29.76% 67.06%
HSB/HSV 77° 25.51% 76.86%
CMYK 7.14% 0.00% 25.51%
23.14%

Color #B6C492 in popluar number systems.

HEX B6 C4 92
Decimal 182 196 146
Binary 10110110 11000100 10010010
Octal 266 304 222

Shades and tints

Shades of #B6C492

#B6C492
(182,196,146)
#A6B385
(166,179,133)
#96A278
(150,162,120)
#86916B
(134,145,107)
#76805E
(118,128,94)
#666F51
(102,111,81)
#565E44
(86,94,68)
#464D37
(70,77,55)
#363C2A
(54,60,42)
#262B1D
(38,43,29)
#161A10
(22,26,16)
#000000
(0,0,0)

Tints of #B6C492

#B6C492
(182,196,146)
#BCC99B
(188,201,155)
#C2CEA4
(194,206,164)
#C8D3AD
(200,211,173)
#CED8B6
(206,216,182)
#D4DDBF
(212,221,191)
#DAE2C8
(218,226,200)
#E0E7D1
(224,231,209)
#E6ECDA
(230,236,218)
#ECF1E3
(236,241,227)
#F2F6EC
(242,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C492; }

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

This text font color is #B6C492.

Background Color

.myBgColor { background-color: #B6C492; }

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

This div background color is #B6C492.

Border color

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

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

This div border color is #B6C492.

Opacity

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

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

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

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

This text has shadow with #B6C492 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C492.

Preview

Color preview on black background

This text has color #B6C492 on black background.


Color preview on white background

This text has color #B6C492 on white background.


Black color preview on #B6C492 background

This text has black color on #B6C492 background.


White color preview on #B6C492 background

This text has white color on #B6C492 background.


Related colors

Complementary color

Complementary color for #hex is #493B6D.


I love getcolorcode.com

Triadic colors

1 #92B6C4 and #C492B6 with #B6C492 are triadic colors.

2 #92C4B6 and #C4B692 with #B6C492 are triadic colors.