COLOR #B5D399

HEX: #B5D399
RGB: (181,211,153)

Renk bilgisi

#B5D399 contains red, green and blue colors in about the same proportion. #B5D399 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#B5D399 color RGB value is (181,211,153).

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

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 211 of 255 = 83%
B 153 of 255 = 60%

181
211
153

R + G + B ~ 71%. #B5D399 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 211 + 153 = 545 (100%)
R 181 of 545 ~ 33.21%
G 211 of 545 ~ 38.72%
B 153 of 545 ~ 28.07%

%33.21
%38.72
%28.07

CMYK RENK MODELİ

#B5D399 rengi CMYK tonu (14,0,27,17).

  • camgöbeği tonu 14.22%
  • eflatun tonu 0.00%
  • sarı tonu 27.49%
  • ana renk tonu 17.25%
CMYK:
(14,0,27,17)
C14M0Y27K17 
(14%,0%,27%,17%)
(0.14/0.00/0.27/0.17)	

CMYK yüzdeleri

%14.22
%0
%27.49
%17.25

Codes

Color #B5D399 in popluar color models

B5D399
RGB181211153
HSL91°39.73%71.37%
HSB/HSV91°27.49%82.75%
CMYK14.22%0.00%27.49%
17.25%

Color #B5D399 in popluar number systems.

HEXB5D399
Decimal181211153
Binary101101011101001110011001
Octal265323231

Shades and tints

Shades of #B5D399

#B5D399
(181,211,153)
#A5C08C
(165,192,140)
#95AD7F
(149,173,127)
#859A72
(133,154,114)
#758765
(117,135,101)
#657458
(101,116,88)
#55614B
(85,97,75)
#454E3E
(69,78,62)
#353B31
(53,59,49)
#252824
(37,40,36)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #B5D399

#B5D399
(181,211,153)
#BBD7A2
(187,215,162)
#C1DBAB
(193,219,171)
#C7DFB4
(199,223,180)
#CDE3BD
(205,227,189)
#D3E7C6
(211,231,198)
#D9EBCF
(217,235,207)
#DFEFD8
(223,239,216)
#E5F3E1
(229,243,225)
#EBF7EA
(235,247,234)
#F1FBF3
(241,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D399; }

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

This text font color is #B5D399.


Background Color

.myBgColor { background-color: #B5D399; }

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

This div background color is #B5D399.


Border color

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

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

This div border color is #B5D399.


Opacity

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

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

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

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

This text has shadow with #B5D399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D399 on black background.


Color preview on white background

This text has color #B5D399 on white background.



Black color preview on #B5D399 background

This text has black color on #B5D399 background.


White color preview on #B5D399 background

This text has white color on #B5D399 background.