COLOR #B9EB6B

HEX: #B9EB6B RGB: (185,235,107)

Color info

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

RGB color model

#B9EB6B color RGB value is (185,235,107).

RGB: (185,235,107) (73%, 92%, 42%)

RGB channels and saturation

R 185 of 255 = 73%
G 235 of 255 = 92%
B 107 of 255 = 42%

185
235
107

R + G + B ~ 69%. #B9EB6B is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 235 + 107 = 527 (100%)
R 185 of 527 ~ 35.1%
G 235 of 527 ~ 44.59%
B 107 of 527 ~ 20.3'%

%35.1
%44.59
%20.3

CMYK color model

#B9EB6B color CMYK value is (21,0,54,8).

  • cyan value is 21.28%
  • magenta value is 0.00%
  • yellow value is 54.47%
  • key color value is 7.84%

CMYK: (21,0,54,8)
C21M0Y54K8 (21%, 0%, 54%, 8%)
(0.21 / 0.00 / 0.54 / 0.08)

CMYK percentages

%21.28
%0
%54.47
%7.84

Codes

Color #B9EB6B in popluar color models

B9 EB 6B
RGB 185 235 107
HSL 83° 76.19% 67.06%
HSB/HSV 83° 54.47% 92.16%
CMYK 21.28% 0.00% 54.47%
7.84%

Color #B9EB6B in popluar number systems.

HEX B9 EB 6B
Decimal 185 235 107
Binary 10111001 11101011 1101011
Octal 271 353 153

Shades and tints

Shades of #B9EB6B

#B9EB6B
(185,235,107)
#A9D662
(169,214,98)
#99C159
(153,193,89)
#89AC50
(137,172,80)
#799747
(121,151,71)
#69823E
(105,130,62)
#596D35
(89,109,53)
#49582C
(73,88,44)
#394323
(57,67,35)
#292E1A
(41,46,26)
#191911
(25,25,17)
#000000
(0,0,0)

Tints of #B9EB6B

#B9EB6B
(185,235,107)
#BFEC78
(191,236,120)
#C5ED85
(197,237,133)
#CBEE92
(203,238,146)
#D1EF9F
(209,239,159)
#D7F0AC
(215,240,172)
#DDF1B9
(221,241,185)
#E3F2C6
(227,242,198)
#E9F3D3
(233,243,211)
#EFF4E0
(239,244,224)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9EB6B color. Also use rgb(185,235,107) instead hex code.

Text Font Color

.myTextColor { color: #B9EB6B; }

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

This text font color is #B9EB6B.

Background Color

.myBgColor { background-color: #B9EB6B; }

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

This div background color is #B9EB6B.

Border color

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

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

This div border color is #B9EB6B.

Opacity

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

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

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

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

This text has shadow with #B9EB6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9EB6B.

Preview

Color preview on black background

This text has color #B9EB6B on black background.


Color preview on white background

This text has color #B9EB6B on white background.


Black color preview on #B9EB6B background

This text has black color on #B9EB6B background.


White color preview on #B9EB6B background

This text has white color on #B9EB6B background.


Related colors

Complementary color

Complementary color for #hex is #461494.


I love getcolorcode.com

Triadic colors

1 #6BB9EB and #EB6BB9 with #B9EB6B are triadic colors.

2 #6BEBB9 and #EBB96B with #B9EB6B are triadic colors.