COLOR #B3C832

HEX: #B3C832
RGB: (179,200,50)

Color info

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

RGB color model

#B3C832 color RGB value is (179,200,50).

  • red value is 179;
  • green value is 200;
  • blue value is 50.
RGB:
(179,200,50)
(70%,78%,20%)

RGB channels and saturation

R 179 of 255 = 70%
G 200 of 255 = 78%
B 50 of 255 = 20%

179
200
50

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

Portions of RGB colors in percentages

R + G + B =
179 + 200 + 50 = 429 (100%)
R 179 of 429 ~ 41.72%
G 200 of 429 ~ 46.62%
B 50 of 429 ~ 11.66%

%41.72
%46.62
%11.66

CMYK color model

#B3C832 color CMYK value is (11,0,75,22).

  • cyan value is 10.50%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 21.57%
CMYK:
(11,0,75,22)
C11M0Y75K22 
(11%,0%,75%,22%)
(0.11/0.00/0.75/0.22)	

CMYK percentages

%10.5
%0
%75
%21.57

Codes

Color #B3C832 in popluar color models

B3C832
RGB17920050
HSL68°60.00%49.02%
HSB/HSV68°75.00%78.43%
CMYK10.50%0.00%75.00%
21.57%

Color #B3C832 in popluar number systems.

HEXB3C832
Decimal17920050
Binary1011001111001000110010
Octal26331062

Shades and tints

Shades of #B3C832

#B3C832
(179,200,50)
#A3B62E
(163,182,46)
#93A42A
(147,164,42)
#839226
(131,146,38)
#738022
(115,128,34)
#636E1E
(99,110,30)
#535C1A
(83,92,26)
#434A16
(67,74,22)
#333812
(51,56,18)
#23260E
(35,38,14)
#13140A
(19,20,10)
#000000
(0,0,0)

Tints of #B3C832

#B3C832
(179,200,50)
#B9CD44
(185,205,68)
#BFD256
(191,210,86)
#C5D768
(197,215,104)
#CBDC7A
(203,220,122)
#D1E18C
(209,225,140)
#D7E69E
(215,230,158)
#DDEBB0
(221,235,176)
#E3F0C2
(227,240,194)
#E9F5D4
(233,245,212)
#EFFAE6
(239,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C832 color. Also use rgb(179,200,50) instead hex code.

Text Font Color

.myTextColor { color: #B3C832; }

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

This text font color is #B3C832.


Background Color

.myBgColor { background-color: #B3C832; }

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

This div background color is #B3C832.


Border color

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

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

This div border color is #B3C832.


Opacity

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

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

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

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

This text has shadow with #B3C832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C832 on black background.


Color preview on white background

This text has color #B3C832 on white background.



Black color preview on #B3C832 background

This text has black color on #B3C832 background.


White color preview on #B3C832 background

This text has white color on #B3C832 background.