COLOR #B9FA13

HEX: #B9FA13 RGB: (185,250,19)

Color info

#B9FA13 contains mainly green color. Web safe color of #B9FA13 is #CCFF00 (or #CF0).

RGB color model

#B9FA13 color RGB value is (185,250,19).

RGB: (185,250,19) (73%, 98%, 7%)

RGB channels and saturation

R 185 of 255 = 73%
G 250 of 255 = 98%
B 19 of 255 = 7%

185
250
19

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

Portions of RGB colors in percentages

R + G + B = 185 + 250 + 19 = 454 (100%)
R 185 of 454 ~ 40.75%
G 250 of 454 ~ 55.07%
B 19 of 454 ~ 4.19'%

%40.75
%55.07

CMYK color model

#B9FA13 color CMYK value is (26,0,92,2).

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 92.40%
  • key color value is 1.96%

CMYK: (26,0,92,2)
C26M0Y92K2 (26%, 0%, 92%, 2%)
(0.26 / 0.00 / 0.92 / 0.02)

CMYK percentages

%26
%0
%92.4
%1.96

Codes

Color #B9FA13 in popluar color models

B9 FA 13
RGB 185 250 19
HSL 77° 95.85% 52.75%
HSB/HSV 77° 92.40% 98.04%
CMYK 26.00% 0.00% 92.40%
1.96%

Color #B9FA13 in popluar number systems.

HEX B9 FA 13
Decimal 185 250 19
Binary 10111001 11111010 10011
Octal 271 372 23

Shades and tints

Shades of #B9FA13

#B9FA13
(185,250,19)
#A9E412
(169,228,18)
#99CE11
(153,206,17)
#89B810
(137,184,16)
#79A20F
(121,162,15)
#698C0E
(105,140,14)
#59760D
(89,118,13)
#49600C
(73,96,12)
#394A0B
(57,74,11)
#29340A
(41,52,10)
#191E09
(25,30,9)
#000000
(0,0,0)

Tints of #B9FA13

#B9FA13
(185,250,19)
#BFFA28
(191,250,40)
#C5FA3D
(197,250,61)
#CBFA52
(203,250,82)
#D1FA67
(209,250,103)
#D7FA7C
(215,250,124)
#DDFA91
(221,250,145)
#E3FAA6
(227,250,166)
#E9FABB
(233,250,187)
#EFFAD0
(239,250,208)
#F5FAE5
(245,250,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9FA13 color. Also use rgb(185,250,19) instead hex code.

Text Font Color

.myTextColor { color: #B9FA13; }

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

This text font color is #B9FA13.

Background Color

.myBgColor { background-color: #B9FA13; }

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

This div background color is #B9FA13.

Border color

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

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

This div border color is #B9FA13.

Opacity

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

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

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

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

This text has shadow with #B9FA13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9FA13.

Preview

Color preview on black background

This text has color #B9FA13 on black background.


Color preview on white background

This text has color #B9FA13 on white background.


Black color preview on #B9FA13 background

This text has black color on #B9FA13 background.


White color preview on #B9FA13 background

This text has white color on #B9FA13 background.


Related colors

Complementary color

Complementary color for #hex is #4605EC.


I love getcolorcode.com

Triadic colors

1 #13B9FA and #FA13B9 with #B9FA13 are triadic colors.

2 #13FAB9 and #FAB913 with #B9FA13 are triadic colors.