COLOR #B4F892

HEX: #B4F892
RGB: (180,248,146)

Color info

#B4F892 contains mainly green color. Web safe color of #B4F892 is #CCFF99 (or #CF9).

RGB color model

#B4F892 color RGB value is (180,248,146).

  • red value is 180;
  • green value is 248;
  • blue value is 146.
RGB:
(180,248,146)
(71%,97%,57%)

RGB channels and saturation

R 180 of 255 = 71%
G 248 of 255 = 97%
B 146 of 255 = 57%

180
248
146

R + G + B ~ 75%. #B4F892 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 248 + 146 = 574 (100%)
R 180 of 574 ~ 31.36%
G 248 of 574 ~ 43.21%
B 146 of 574 ~ 25.44%

%31.36
%43.21
%25.44

CMYK color model

#B4F892 color CMYK value is (27,0,41,3).

  • cyan value is 27.42%
  • magenta value is 0.00%
  • yellow value is 41.13%
  • key color value is 2.75%
CMYK:
(27,0,41,3)
C27M0Y41K3 
(27%,0%,41%,3%)
(0.27/0.00/0.41/0.03)	

CMYK percentages

%27.42
%0
%41.13
%2.75

Codes

Color #B4F892 in popluar color models

B4F892
RGB180248146
HSL100°87.93%77.25%
HSB/HSV100°41.13%97.25%
CMYK27.42%0.00%41.13%
2.75%

Color #B4F892 in popluar number systems.

HEXB4F892
Decimal180248146
Binary101101001111100010010010
Octal264370222

Shades and tints

Shades of #B4F892

#B4F892
(180,248,146)
#A4E285
(164,226,133)
#94CC78
(148,204,120)
#84B66B
(132,182,107)
#74A05E
(116,160,94)
#648A51
(100,138,81)
#547444
(84,116,68)
#445E37
(68,94,55)
#34482A
(52,72,42)
#24321D
(36,50,29)
#141C10
(20,28,16)
#000000
(0,0,0)

Tints of #B4F892

#B4F892
(180,248,146)
#BAF89B
(186,248,155)
#C0F8A4
(192,248,164)
#C6F8AD
(198,248,173)
#CCF8B6
(204,248,182)
#D2F8BF
(210,248,191)
#D8F8C8
(216,248,200)
#DEF8D1
(222,248,209)
#E4F8DA
(228,248,218)
#EAF8E3
(234,248,227)
#F0F8EC
(240,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4F892 color. Also use rgb(180,248,146) instead hex code.

Text Font Color

.myTextColor { color: #B4F892; }

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

This text font color is #B4F892.


Background Color

.myBgColor { background-color: #B4F892; }

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

This div background color is #B4F892.


Border color

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

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

This div border color is #B4F892.


Opacity

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

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

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

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

This text has shadow with #B4F892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4F892 on black background.


Color preview on white background

This text has color #B4F892 on white background.



Black color preview on #B4F892 background

This text has black color on #B4F892 background.


White color preview on #B4F892 background

This text has white color on #B4F892 background.