COLOR #B2C392

HEX: #B2C392 RGB: (178,195,146)

Color info

#B2C392 contains red, green and blue colors in about the same proportion. Web safe color of #B2C392 is #99CC99 (or #9C9).

RGB color model

#B2C392 color RGB value is (178,195,146).

RGB: (178,195,146) (70%, 76%, 57%)

RGB channels and saturation

R 178 of 255 = 70%
G 195 of 255 = 76%
B 146 of 255 = 57%

178
195
146

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

Portions of RGB colors in percentages

R + G + B = 178 + 195 + 146 = 519 (100%)
R 178 of 519 ~ 34.3%
G 195 of 519 ~ 37.57%
B 146 of 519 ~ 28.13'%

%34.3
%37.57
%28.13

CMYK color model

#B2C392 color CMYK value is (9,0,25,24).

  • cyan value is 8.72%
  • magenta value is 0.00%
  • yellow value is 25.13%
  • key color value is 23.53%

CMYK: (9,0,25,24)
C9M0Y25K24 (9%, 0%, 25%, 24%)
(0.09 / 0.00 / 0.25 / 0.24)

CMYK percentages

%8.72
%0
%25.13
%23.53

Codes

Color #B2C392 in popluar color models

B2 C3 92
RGB 178 195 146
HSL 81° 28.99% 66.86%
HSB/HSV 81° 25.13% 76.47%
CMYK 8.72% 0.00% 25.13%
23.53%

Color #B2C392 in popluar number systems.

HEX B2 C3 92
Decimal 178 195 146
Binary 10110010 11000011 10010010
Octal 262 303 222

Shades and tints

Shades of #B2C392

#B2C392
(178,195,146)
#A2B285
(162,178,133)
#92A178
(146,161,120)
#82906B
(130,144,107)
#727F5E
(114,127,94)
#626E51
(98,110,81)
#525D44
(82,93,68)
#424C37
(66,76,55)
#323B2A
(50,59,42)
#222A1D
(34,42,29)
#121910
(18,25,16)
#000000
(0,0,0)

Tints of #B2C392

#B2C392
(178,195,146)
#B9C89B
(185,200,155)
#C0CDA4
(192,205,164)
#C7D2AD
(199,210,173)
#CED7B6
(206,215,182)
#D5DCBF
(213,220,191)
#DCE1C8
(220,225,200)
#E3E6D1
(227,230,209)
#EAEBDA
(234,235,218)
#F1F0E3
(241,240,227)
#F8F5EC
(248,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C392; }

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

This text font color is #B2C392.

Background Color

.myBgColor { background-color: #B2C392; }

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

This div background color is #B2C392.

Border color

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

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

This div border color is #B2C392.

Opacity

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

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

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

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

This text has shadow with #B2C392 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2C392.

Preview

Color preview on black background

This text has color #B2C392 on black background.


Color preview on white background

This text has color #B2C392 on white background.


Black color preview on #B2C392 background

This text has black color on #B2C392 background.


White color preview on #B2C392 background

This text has white color on #B2C392 background.


Related colors

Complementary color

Complementary color for #hex is #4D3C6D.


I love getcolorcode.com

Triadic colors

1 #92B2C3 and #C392B2 with #B2C392 are triadic colors.

2 #92C3B2 and #C3B292 with #B2C392 are triadic colors.