COLOR #B2C149

HEX: #B2C149
RGB: (178,193,73)

Color info

#B2C149 contains mainly red and green colors. Web safe color of #B2C149 is #99CC33 (or #9C3).

RGB color model

#B2C149 color RGB value is (178,193,73).

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

RGB channels and saturation

R 178 of 255 = 70%
G 193 of 255 = 76%
B 73 of 255 = 29%

178
193
73

R + G + B ~ 58%. #B2C149 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
178 + 193 + 73 = 444 (100%)
R 178 of 444 ~ 40.09%
G 193 of 444 ~ 43.47%
B 73 of 444 ~ 16.44%

%40.09
%43.47
%16.44

CMYK color model

#B2C149 color CMYK value is (8,0,62,24).

  • cyan value is 7.77%
  • magenta value is 0.00%
  • yellow value is 62.18%
  • key color value is 24.31%
CMYK:
(8,0,62,24)
C8M0Y62K24 
(8%,0%,62%,24%)
(0.08/0.00/0.62/0.24)	

CMYK percentages

%7.77
%0
%62.18
%24.31

Codes

Color #B2C149 in popluar color models

B2C149
RGB17819373
HSL68°49.18%52.16%
HSB/HSV68°62.18%75.69%
CMYK7.77%0.00%62.18%
24.31%

Color #B2C149 in popluar number systems.

HEXB2C149
Decimal17819373
Binary10110010110000011001001
Octal262301111

Shades and tints

Shades of #B2C149

#B2C149
(178,193,73)
#A2B043
(162,176,67)
#929F3D
(146,159,61)
#828E37
(130,142,55)
#727D31
(114,125,49)
#626C2B
(98,108,43)
#525B25
(82,91,37)
#424A1F
(66,74,31)
#323919
(50,57,25)
#222813
(34,40,19)
#12170D
(18,23,13)
#000000
(0,0,0)

Tints of #B2C149

#B2C149
(178,193,73)
#B9C659
(185,198,89)
#C0CB69
(192,203,105)
#C7D079
(199,208,121)
#CED589
(206,213,137)
#D5DA99
(213,218,153)
#DCDFA9
(220,223,169)
#E3E4B9
(227,228,185)
#EAE9C9
(234,233,201)
#F1EED9
(241,238,217)
#F8F3E9
(248,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C149; }

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

This text font color is #B2C149.


Background Color

.myBgColor { background-color: #B2C149; }

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

This div background color is #B2C149.


Border color

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

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

This div border color is #B2C149.


Opacity

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

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

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

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

This text has shadow with #B2C149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C149 on black background.


Color preview on white background

This text has color #B2C149 on white background.



Black color preview on #B2C149 background

This text has black color on #B2C149 background.


White color preview on #B2C149 background

This text has white color on #B2C149 background.