COLOR #B9F36A

HEX: #B9F36A RGB: (185,243,106)

Color info

#B9F36A contains mainly red and green colors. Web safe color of #B9F36A is #CCFF66 (or #CF6).

RGB color model

#B9F36A color RGB value is (185,243,106).

RGB: (185,243,106) (73%, 95%, 42%)

RGB channels and saturation

R 185 of 255 = 73%
G 243 of 255 = 95%
B 106 of 255 = 42%

185
243
106

R + G + B ~ 70%. #B9F36A is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 243 + 106 = 534 (100%)
R 185 of 534 ~ 34.64%
G 243 of 534 ~ 45.51%
B 106 of 534 ~ 19.85'%

%34.64
%45.51
%19.85

CMYK color model

#B9F36A color CMYK value is (24,0,56,5).

  • cyan value is 23.87%
  • magenta value is 0.00%
  • yellow value is 56.38%
  • key color value is 4.71%

CMYK: (24,0,56,5)
C24M0Y56K5 (24%, 0%, 56%, 5%)
(0.24 / 0.00 / 0.56 / 0.05)

CMYK percentages

%23.87
%0
%56.38
%4.71

Codes

Color #B9F36A in popluar color models

B9 F3 6A
RGB 185 243 106
HSL 85° 85.09% 68.43%
HSB/HSV 85° 56.38% 95.29%
CMYK 23.87% 0.00% 56.38%
4.71%

Color #B9F36A in popluar number systems.

HEX B9 F3 6A
Decimal 185 243 106
Binary 10111001 11110011 1101010
Octal 271 363 152

Shades and tints

Shades of #B9F36A

#B9F36A
(185,243,106)
#A9DD61
(169,221,97)
#99C758
(153,199,88)
#89B14F
(137,177,79)
#799B46
(121,155,70)
#69853D
(105,133,61)
#596F34
(89,111,52)
#49592B
(73,89,43)
#394322
(57,67,34)
#292D19
(41,45,25)
#191710
(25,23,16)
#000000
(0,0,0)

Tints of #B9F36A

#B9F36A
(185,243,106)
#BFF477
(191,244,119)
#C5F584
(197,245,132)
#CBF691
(203,246,145)
#D1F79E
(209,247,158)
#D7F8AB
(215,248,171)
#DDF9B8
(221,249,184)
#E3FAC5
(227,250,197)
#E9FBD2
(233,251,210)
#EFFCDF
(239,252,223)
#F5FDEC
(245,253,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9F36A color. Also use rgb(185,243,106) instead hex code.

Text Font Color

.myTextColor { color: #B9F36A; }

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

This text font color is #B9F36A.

Background Color

.myBgColor { background-color: #B9F36A; }

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

This div background color is #B9F36A.

Border color

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

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

This div border color is #B9F36A.

Opacity

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

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

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

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

This text has shadow with #B9F36A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9F36A.

Preview

Color preview on black background

This text has color #B9F36A on black background.


Color preview on white background

This text has color #B9F36A on white background.


Black color preview on #B9F36A background

This text has black color on #B9F36A background.


White color preview on #B9F36A background

This text has white color on #B9F36A background.


Related colors

Complementary color

Complementary color for #hex is #460C95.


I love getcolorcode.com

Triadic colors

1 #6AB9F3 and #F36AB9 with #B9F36A are triadic colors.

2 #6AF3B9 and #F3B96A with #B9F36A are triadic colors.