COLOR #B2C36A

HEX: #B2C36A
RGB: (178,195,106)

Color info

#B2C36A contains mainly red and green colors. Web safe color of #B2C36A is #99CC66 (or #9C6).

RGB color model

#B2C36A color RGB value is (178,195,106).

  • red value is 178;
  • green value is 195;
  • blue value is 106.
RGB:
(178,195,106)
(70%,76%,42%)

RGB channels and saturation

R 178 of 255 = 70%
G 195 of 255 = 76%
B 106 of 255 = 42%

178
195
106

R + G + B ~ 63%. #B2C36A is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 195 + 106 = 479 (100%)
R 178 of 479 ~ 37.16%
G 195 of 479 ~ 40.71%
B 106 of 479 ~ 22.13%

%37.16
%40.71
%22.13

CMYK color model

#B2C36A color CMYK value is (9,0,46,24).

  • cyan value is 8.72%
  • magenta value is 0.00%
  • yellow value is 45.64%
  • key color value is 23.53%
CMYK:
(9,0,46,24)
C9M0Y46K24 
(9%,0%,46%,24%)
(0.09/0.00/0.46/0.24)	

CMYK percentages

%8.72
%0
%45.64
%23.53

Codes

Color #B2C36A in popluar color models

B2C36A
RGB178195106
HSL71°42.58%59.02%
HSB/HSV71°45.64%76.47%
CMYK8.72%0.00%45.64%
23.53%

Color #B2C36A in popluar number systems.

HEXB2C36A
Decimal178195106
Binary10110010110000111101010
Octal262303152

Shades and tints

Shades of #B2C36A

#B2C36A
(178,195,106)
#A2B261
(162,178,97)
#92A158
(146,161,88)
#82904F
(130,144,79)
#727F46
(114,127,70)
#626E3D
(98,110,61)
#525D34
(82,93,52)
#424C2B
(66,76,43)
#323B22
(50,59,34)
#222A19
(34,42,25)
#121910
(18,25,16)
#000000
(0,0,0)

Tints of #B2C36A

#B2C36A
(178,195,106)
#B9C877
(185,200,119)
#C0CD84
(192,205,132)
#C7D291
(199,210,145)
#CED79E
(206,215,158)
#D5DCAB
(213,220,171)
#DCE1B8
(220,225,184)
#E3E6C5
(227,230,197)
#EAEBD2
(234,235,210)
#F1F0DF
(241,240,223)
#F8F5EC
(248,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C36A; }

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

This text font color is #B2C36A.


Background Color

.myBgColor { background-color: #B2C36A; }

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

This div background color is #B2C36A.


Border color

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

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

This div border color is #B2C36A.


Opacity

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

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

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

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

This text has shadow with #B2C36A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C36A on black background.


Color preview on white background

This text has color #B2C36A on white background.



Black color preview on #B2C36A background

This text has black color on #B2C36A background.


White color preview on #B2C36A background

This text has white color on #B2C36A background.