COLOR #B2C18A

HEX: #B2C18A
RGB: (178,193,138)

Color info

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

RGB color model

#B2C18A color RGB value is (178,193,138).

  • red value is 178;
  • green value is 193;
  • blue value is 138.
RGB:
(178,193,138)
(70%,76%,54%)

RGB channels and saturation

R 178 of 255 = 70%
G 193 of 255 = 76%
B 138 of 255 = 54%

178
193
138

R + G + B ~ 67%. #B2C18A is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 193 + 138 = 509 (100%)
R 178 of 509 ~ 34.97%
G 193 of 509 ~ 37.92%
B 138 of 509 ~ 27.11%

%34.97
%37.92
%27.11

CMYK color model

#B2C18A color CMYK value is (8,0,28,24).

  • cyan value is 7.77%
  • magenta value is 0.00%
  • yellow value is 28.50%
  • key color value is 24.31%
CMYK:
(8,0,28,24)
C8M0Y28K24 
(8%,0%,28%,24%)
(0.08/0.00/0.28/0.24)	

CMYK percentages

%7.77
%0
%28.5
%24.31

Codes

Color #B2C18A in popluar color models

B2C18A
RGB178193138
HSL76°30.73%64.90%
HSB/HSV76°28.50%75.69%
CMYK7.77%0.00%28.50%
24.31%

Color #B2C18A in popluar number systems.

HEXB2C18A
Decimal178193138
Binary101100101100000110001010
Octal262301212

Shades and tints

Shades of #B2C18A

#B2C18A
(178,193,138)
#A2B07E
(162,176,126)
#929F72
(146,159,114)
#828E66
(130,142,102)
#727D5A
(114,125,90)
#626C4E
(98,108,78)
#525B42
(82,91,66)
#424A36
(66,74,54)
#32392A
(50,57,42)
#22281E
(34,40,30)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #B2C18A

#B2C18A
(178,193,138)
#B9C694
(185,198,148)
#C0CB9E
(192,203,158)
#C7D0A8
(199,208,168)
#CED5B2
(206,213,178)
#D5DABC
(213,218,188)
#DCDFC6
(220,223,198)
#E3E4D0
(227,228,208)
#EAE9DA
(234,233,218)
#F1EEE4
(241,238,228)
#F8F3EE
(248,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C18A color. Also use rgb(178,193,138) instead hex code.

Text Font Color

.myTextColor { color: #B2C18A; }

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

This text font color is #B2C18A.


Background Color

.myBgColor { background-color: #B2C18A; }

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

This div background color is #B2C18A.


Border color

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

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

This div border color is #B2C18A.


Opacity

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

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

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

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

This text has shadow with #B2C18A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C18A on black background.


Color preview on white background

This text has color #B2C18A on white background.



Black color preview on #B2C18A background

This text has black color on #B2C18A background.


White color preview on #B2C18A background

This text has white color on #B2C18A background.