COLOR #B2FFA2

HEX: #B2FFA2
RGB: (178,255,162)

Color info

#B2FFA2 contains mainly green color. Web safe color of #B2FFA2 is #99FF99 (or #9F9).

RGB color model

#B2FFA2 color RGB value is (178,255,162).

  • red value is 178;
  • green value is 255;
  • blue value is 162.
RGB: (178,255,162) (70%,100%,64%)

RGB channels and saturation

R 178 of 255 = 70%
G 255 of 255 = 100%
B 162 of 255 = 64%

178
255
162

R + G + B ~ 78%. #B2FFA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 255 + 162 = 595 (100%)
R 178 of 595 ~ 29.92%
G 255 of 595 ~ 42.86%
B 162 of 595 ~ 27.23%

%29.92
%42.86
%27.23

CMYK color model

#B2FFA2 color CMYK value is (30,0,36,0).

  • cyan value is 30.20%
  • magenta value is 0.00%
  • yellow value is 36.47%
  • key color value is 0.00%
CMYK: (30,0,36,0) C30M0Y36K0 (30%,0%,36%,0%) (0.30/0.00/0.36/0.00)

CMYK percentages

%30.2
%0
%36.47
%0

Codes

Color #B2FFA2 in popluar color models

B2FFA2
RGB178255162
HSL110°100.00%81.76%
HSB/HSV110°36.47%100.00%
CMYK30.20%0.00%36.47%
0.00%

Color #B2FFA2 in popluar number systems.

HEXB2FFA2
Decimal178255162
Binary101100101111111110100010
Octal262377242

Shades and tints

Shades of #B2FFA2

#B2FFA2
(178,255,162)
#A2E894
(162,232,148)
#92D186
(146,209,134)
#82BA78
(130,186,120)
#72A36A
(114,163,106)
#628C5C
(98,140,92)
#52754E
(82,117,78)
#425E40
(66,94,64)
#324732
(50,71,50)
#223024
(34,48,36)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #B2FFA2

#B2FFA2
(178,255,162)
#B9FFAA
(185,255,170)
#C0FFB2
(192,255,178)
#C7FFBA
(199,255,186)
#CEFFC2
(206,255,194)
#D5FFCA
(213,255,202)
#DCFFD2
(220,255,210)
#E3FFDA
(227,255,218)
#EAFFE2
(234,255,226)
#F1FFEA
(241,255,234)
#F8FFF2
(248,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2FFA2 color. Also use rgb(178,255,162) instead hex code.

Text Font Color

.myTextColor { color: #B2FFA2; }

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

This text font color is #B2FFA2.


Background Color

.myBgColor { background-color: #B2FFA2; }

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

This div background color is #B2FFA2.


Border color

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

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

This div border color is #B2FFA2.


Opacity

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

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

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

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

This text has shadow with #B2FFA2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B2FFA2 on black background.


Color preview on white background

This text has color #B2FFA2 on white background.



Black color preview on #B2FFA2 background

This text has black color on #B2FFA2 background.


White color preview on #B2FFA2 background

This text has white color on #B2FFA2 background.