COLOR #B5E099

HEX: #B5E099
RGB: (181,224,153)

Renk bilgisi

#B5E099 contains mainly red and green colors. #B5E099 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#B5E099 color RGB value is (181,224,153).

  • kırmız ton 181;
  • yeşil ton 224;
  • mavi ton 153.
RGB:
(181,224,153)
(71%,88%,60%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 224 of 255 = 88%
B 153 of 255 = 60%

181
224
153

R + G + B ~ 73%. #B5E099 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 224 + 153 = 558 (100%)
R 181 of 558 ~ 32.44%
G 224 of 558 ~ 40.14%
B 153 of 558 ~ 27.42%

%32.44
%40.14
%27.42

CMYK RENK MODELİ

#B5E099 rengi CMYK tonu (19,0,32,12).

  • camgöbeği tonu 19.20%
  • eflatun tonu 0.00%
  • sarı tonu 31.70%
  • ana renk tonu 12.16%
CMYK:
(19,0,32,12)
C19M0Y32K12 
(19%,0%,32%,12%)
(0.19/0.00/0.32/0.12)	

CMYK yüzdeleri

%19.2
%0
%31.7
%12.16

Codes

Color #B5E099 in popluar color models

B5E099
RGB181224153
HSL96°53.38%73.92%
HSB/HSV96°31.70%87.84%
CMYK19.20%0.00%31.70%
12.16%

Color #B5E099 in popluar number systems.

HEXB5E099
Decimal181224153
Binary101101011110000010011001
Octal265340231

Shades and tints

Shades of #B5E099

#B5E099
(181,224,153)
#A5CC8C
(165,204,140)
#95B87F
(149,184,127)
#85A472
(133,164,114)
#759065
(117,144,101)
#657C58
(101,124,88)
#55684B
(85,104,75)
#45543E
(69,84,62)
#354031
(53,64,49)
#252C24
(37,44,36)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #B5E099

#B5E099
(181,224,153)
#BBE2A2
(187,226,162)
#C1E4AB
(193,228,171)
#C7E6B4
(199,230,180)
#CDE8BD
(205,232,189)
#D3EAC6
(211,234,198)
#D9ECCF
(217,236,207)
#DFEED8
(223,238,216)
#E5F0E1
(229,240,225)
#EBF2EA
(235,242,234)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E099 color. Also use rgb(181,224,153) instead hex code.

Text Font Color

.myTextColor { color: #B5E099; }

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

This text font color is #B5E099.


Background Color

.myBgColor { background-color: #B5E099; }

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

This div background color is #B5E099.


Border color

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

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

This div border color is #B5E099.


Opacity

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

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

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

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

This text has shadow with #B5E099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E099 on black background.


Color preview on white background

This text has color #B5E099 on white background.



Black color preview on #B5E099 background

This text has black color on #B5E099 background.


White color preview on #B5E099 background

This text has white color on #B5E099 background.