COLOR #B3F092

HEX: #B3F092
RGB: (179,240,146)

Color info

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

RGB color model

#B3F092 color RGB value is (179,240,146).

  • red value is 179;
  • green value is 240;
  • blue value is 146.
RGB:
(179,240,146)
(70%,94%,57%)

RGB channels and saturation

R 179 of 255 = 70%
G 240 of 255 = 94%
B 146 of 255 = 57%

179
240
146

R + G + B ~ 74%. #B3F092 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 240 + 146 = 565 (100%)
R 179 of 565 ~ 31.68%
G 240 of 565 ~ 42.48%
B 146 of 565 ~ 25.84%

%31.68
%42.48
%25.84

CMYK color model

#B3F092 color CMYK value is (25,0,39,6).

  • cyan value is 25.42%
  • magenta value is 0.00%
  • yellow value is 39.17%
  • key color value is 5.88%
CMYK:
(25,0,39,6)
C25M0Y39K6 
(25%,0%,39%,6%)
(0.25/0.00/0.39/0.06)	

CMYK percentages

%25.42
%0
%39.17
%5.88

Codes

Color #B3F092 in popluar color models

B3F092
RGB179240146
HSL99°75.81%75.69%
HSB/HSV99°39.17%94.12%
CMYK25.42%0.00%39.17%
5.88%

Color #B3F092 in popluar number systems.

HEXB3F092
Decimal179240146
Binary101100111111000010010010
Octal263360222

Shades and tints

Shades of #B3F092

#B3F092
(179,240,146)
#A3DB85
(163,219,133)
#93C678
(147,198,120)
#83B16B
(131,177,107)
#739C5E
(115,156,94)
#638751
(99,135,81)
#537244
(83,114,68)
#435D37
(67,93,55)
#33482A
(51,72,42)
#23331D
(35,51,29)
#131E10
(19,30,16)
#000000
(0,0,0)

Tints of #B3F092

#B3F092
(179,240,146)
#B9F19B
(185,241,155)
#BFF2A4
(191,242,164)
#C5F3AD
(197,243,173)
#CBF4B6
(203,244,182)
#D1F5BF
(209,245,191)
#D7F6C8
(215,246,200)
#DDF7D1
(221,247,209)
#E3F8DA
(227,248,218)
#E9F9E3
(233,249,227)
#EFFAEC
(239,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3F092 color. Also use rgb(179,240,146) instead hex code.

Text Font Color

.myTextColor { color: #B3F092; }

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

This text font color is #B3F092.


Background Color

.myBgColor { background-color: #B3F092; }

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

This div background color is #B3F092.


Border color

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

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

This div border color is #B3F092.


Opacity

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

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

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

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

This text has shadow with #B3F092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3F092 on black background.


Color preview on white background

This text has color #B3F092 on white background.



Black color preview on #B3F092 background

This text has black color on #B3F092 background.


White color preview on #B3F092 background

This text has white color on #B3F092 background.