COLOR #B3C821

HEX: #B3C821
RGB: (179,200,33)

Color info

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

RGB color model

#B3C821 color RGB value is (179,200,33).

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

RGB channels and saturation

R 179 of 255 = 70%
G 200 of 255 = 78%
B 33 of 255 = 13%

179
200
33

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

Portions of RGB colors in percentages

R + G + B =
179 + 200 + 33 = 412 (100%)
R 179 of 412 ~ 43.45%
G 200 of 412 ~ 48.54%
B 33 of 412 ~ 8.01%

%43.45
%48.54

CMYK color model

#B3C821 color CMYK value is (11,0,84,22).

  • cyan value is 10.50%
  • magenta value is 0.00%
  • yellow value is 83.50%
  • key color value is 21.57%
CMYK:
(11,0,84,22)
C11M0Y84K22 
(11%,0%,84%,22%)
(0.11/0.00/0.84/0.22)	

CMYK percentages

%10.5
%0
%83.5
%21.57

Codes

Color #B3C821 in popluar color models

B3C821
RGB17920033
HSL68°71.67%45.69%
HSB/HSV68°83.50%78.43%
CMYK10.50%0.00%83.50%
21.57%

Color #B3C821 in popluar number systems.

HEXB3C821
Decimal17920033
Binary1011001111001000100001
Octal26331041

Shades and tints

Shades of #B3C821

#B3C821
(179,200,33)
#A3B61E
(163,182,30)
#93A41B
(147,164,27)
#839218
(131,146,24)
#738015
(115,128,21)
#636E12
(99,110,18)
#535C0F
(83,92,15)
#434A0C
(67,74,12)
#333809
(51,56,9)
#232606
(35,38,6)
#131403
(19,20,3)
#000000
(0,0,0)

Tints of #B3C821

#B3C821
(179,200,33)
#B9CD35
(185,205,53)
#BFD249
(191,210,73)
#C5D75D
(197,215,93)
#CBDC71
(203,220,113)
#D1E185
(209,225,133)
#D7E699
(215,230,153)
#DDEBAD
(221,235,173)
#E3F0C1
(227,240,193)
#E9F5D5
(233,245,213)
#EFFAE9
(239,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3C821; }

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

This text font color is #B3C821.


Background Color

.myBgColor { background-color: #B3C821; }

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

This div background color is #B3C821.


Border color

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

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

This div border color is #B3C821.


Opacity

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

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

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

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

This text has shadow with #B3C821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C821 on black background.


Color preview on white background

This text has color #B3C821 on white background.



Black color preview on #B3C821 background

This text has black color on #B3C821 background.


White color preview on #B3C821 background

This text has white color on #B3C821 background.