COLOR #B2D831

HEX: #B2D831
RGB: (178,216,49)

Color info

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

RGB color model

#B2D831 color RGB value is (178,216,49).

  • red value is 178;
  • green value is 216;
  • blue value is 49.
RGB:
(178,216,49)
(70%,85%,19%)

RGB channels and saturation

R 178 of 255 = 70%
G 216 of 255 = 85%
B 49 of 255 = 19%

178
216
49

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

Portions of RGB colors in percentages

R + G + B =
178 + 216 + 49 = 443 (100%)
R 178 of 443 ~ 40.18%
G 216 of 443 ~ 48.76%
B 49 of 443 ~ 11.06%

%40.18
%48.76
%11.06

CMYK color model

#B2D831 color CMYK value is (18,0,77,15).

  • cyan value is 17.59%
  • magenta value is 0.00%
  • yellow value is 77.31%
  • key color value is 15.29%
CMYK:
(18,0,77,15)
C18M0Y77K15 
(18%,0%,77%,15%)
(0.18/0.00/0.77/0.15)	

CMYK percentages

%17.59
%0
%77.31
%15.29

Codes

Color #B2D831 in popluar color models

B2D831
RGB17821649
HSL74°68.16%51.96%
HSB/HSV74°77.31%84.71%
CMYK17.59%0.00%77.31%
15.29%

Color #B2D831 in popluar number systems.

HEXB2D831
Decimal17821649
Binary1011001011011000110001
Octal26233061

Shades and tints

Shades of #B2D831

#B2D831
(178,216,49)
#A2C52D
(162,197,45)
#92B229
(146,178,41)
#829F25
(130,159,37)
#728C21
(114,140,33)
#62791D
(98,121,29)
#526619
(82,102,25)
#425315
(66,83,21)
#324011
(50,64,17)
#222D0D
(34,45,13)
#121A09
(18,26,9)
#000000
(0,0,0)

Tints of #B2D831

#B2D831
(178,216,49)
#B9DB43
(185,219,67)
#C0DE55
(192,222,85)
#C7E167
(199,225,103)
#CEE479
(206,228,121)
#D5E78B
(213,231,139)
#DCEA9D
(220,234,157)
#E3EDAF
(227,237,175)
#EAF0C1
(234,240,193)
#F1F3D3
(241,243,211)
#F8F6E5
(248,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D831 color. Also use rgb(178,216,49) instead hex code.

Text Font Color

.myTextColor { color: #B2D831; }

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

This text font color is #B2D831.


Background Color

.myBgColor { background-color: #B2D831; }

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

This div background color is #B2D831.


Border color

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

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

This div border color is #B2D831.


Opacity

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

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

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

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

This text has shadow with #B2D831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D831 on black background.


Color preview on white background

This text has color #B2D831 on white background.



Black color preview on #B2D831 background

This text has black color on #B2D831 background.


White color preview on #B2D831 background

This text has white color on #B2D831 background.