COLOR #B9EA6C

HEX: #B9EA6C
RGB: (185,234,108)

Color info

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

RGB color model

#B9EA6C color RGB value is (185,234,108).

  • red value is 185;
  • green value is 234;
  • blue value is 108.
RGB:
(185,234,108)
(73%,92%,42%)

RGB channels and saturation

R 185 of 255 = 73%
G 234 of 255 = 92%
B 108 of 255 = 42%

185
234
108

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

Portions of RGB colors in percentages

R + G + B =
185 + 234 + 108 = 527 (100%)
R 185 of 527 ~ 35.1%
G 234 of 527 ~ 44.4%
B 108 of 527 ~ 20.49%

%35.1
%44.4
%20.49

CMYK color model

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

  • cyan value is 20.94%
  • magenta value is 0.00%
  • yellow value is 53.85%
  • key color value is 8.24%
CMYK:
(21,0,54,8)
C21M0Y54K8 
(21%,0%,54%,8%)
(0.21/0.00/0.54/0.08)	

CMYK percentages

%20.94
%0
%53.85
%8.24

Codes

Color #B9EA6C in popluar color models

B9EA6C
RGB185234108
HSL83°75.00%67.06%
HSB/HSV83°53.85%91.76%
CMYK20.94%0.00%53.85%
8.24%

Color #B9EA6C in popluar number systems.

HEXB9EA6C
Decimal185234108
Binary10111001111010101101100
Octal271352154

Shades and tints

Shades of #B9EA6C

#B9EA6C
(185,234,108)
#A9D563
(169,213,99)
#99C05A
(153,192,90)
#89AB51
(137,171,81)
#799648
(121,150,72)
#69813F
(105,129,63)
#596C36
(89,108,54)
#49572D
(73,87,45)
#394224
(57,66,36)
#292D1B
(41,45,27)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #B9EA6C

#B9EA6C
(185,234,108)
#BFEB79
(191,235,121)
#C5EC86
(197,236,134)
#CBED93
(203,237,147)
#D1EEA0
(209,238,160)
#D7EFAD
(215,239,173)
#DDF0BA
(221,240,186)
#E3F1C7
(227,241,199)
#E9F2D4
(233,242,212)
#EFF3E1
(239,243,225)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9EA6C color. Also use rgb(185,234,108) instead hex code.

Text Font Color

.myTextColor { color: #B9EA6C; }

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

This text font color is #B9EA6C.


Background Color

.myBgColor { background-color: #B9EA6C; }

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

This div background color is #B9EA6C.


Border color

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

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

This div border color is #B9EA6C.


Opacity

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

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

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

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

This text has shadow with #B9EA6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EA6C on black background.


Color preview on white background

This text has color #B9EA6C on white background.



Black color preview on #B9EA6C background

This text has black color on #B9EA6C background.


White color preview on #B9EA6C background

This text has white color on #B9EA6C background.