COLOR #B9EE95

HEX: #B9EE95
RGB: (185,238,149)

Renk bilgisi

#B9EE95 contains mainly red and green colors. #B9EE95 ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#B9EE95 color RGB value is (185,238,149).

  • kırmız ton 185;
  • yeşil ton 238;
  • mavi ton 149.
RGB:
(185,238,149)
(73%,93%,58%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 238 of 255 = 93%
B 149 of 255 = 58%

185
238
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 238 + 149 = 572 (100%)
R 185 of 572 ~ 32.34%
G 238 of 572 ~ 41.61%
B 149 of 572 ~ 26.05%

%32.34
%41.61
%26.05

CMYK RENK MODELİ

#B9EE95 rengi CMYK tonu (22,0,37,7).

  • camgöbeği tonu 22.27%
  • eflatun tonu 0.00%
  • sarı tonu 37.39%
  • ana renk tonu 6.67%
CMYK:
(22,0,37,7)
C22M0Y37K7 
(22%,0%,37%,7%)
(0.22/0.00/0.37/0.07)	

CMYK yüzdeleri

%22.27
%0
%37.39
%6.67

Codes

Color #B9EE95 in popluar color models

B9EE95
RGB185238149
HSL96°72.36%75.88%
HSB/HSV96°37.39%93.33%
CMYK22.27%0.00%37.39%
6.67%

Color #B9EE95 in popluar number systems.

HEXB9EE95
Decimal185238149
Binary101110011110111010010101
Octal271356225

Shades and tints

Shades of #B9EE95

#B9EE95
(185,238,149)
#A9D988
(169,217,136)
#99C47B
(153,196,123)
#89AF6E
(137,175,110)
#799A61
(121,154,97)
#698554
(105,133,84)
#597047
(89,112,71)
#495B3A
(73,91,58)
#39462D
(57,70,45)
#293120
(41,49,32)
#191C13
(25,28,19)
#000000
(0,0,0)

Tints of #B9EE95

#B9EE95
(185,238,149)
#BFEF9E
(191,239,158)
#C5F0A7
(197,240,167)
#CBF1B0
(203,241,176)
#D1F2B9
(209,242,185)
#D7F3C2
(215,243,194)
#DDF4CB
(221,244,203)
#E3F5D4
(227,245,212)
#E9F6DD
(233,246,221)
#EFF7E6
(239,247,230)
#F5F8EF
(245,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9EE95 color. Also use rgb(185,238,149) instead hex code.

Text Font Color

.myTextColor { color: #B9EE95; }

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

This text font color is #B9EE95.


Background Color

.myBgColor { background-color: #B9EE95; }

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

This div background color is #B9EE95.


Border color

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

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

This div border color is #B9EE95.


Opacity

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

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

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

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

This text has shadow with #B9EE95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EE95 on black background.


Color preview on white background

This text has color #B9EE95 on white background.



Black color preview on #B9EE95 background

This text has black color on #B9EE95 background.


White color preview on #B9EE95 background

This text has white color on #B9EE95 background.