COLOR #B9D50B

HEX: #B9D50B
RGB: (185,213,11)

Renk bilgisi

#B9D50B contains mainly red and green colors. #B9D50B ‘ nin web güvenlik rengi #CCCC00 (ya da #CC0) dir.

RGB renk modeli

#B9D50B color RGB value is (185,213,11).

  • kırmız ton 185;
  • yeşil ton 213;
  • mavi ton 11.
RGB:
(185,213,11)
(73%,84%,4%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 213 of 255 = 84%
B 11 of 255 = 4%

185
213
11

R + G + B ~ 54%. #B9D50B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 213 + 11 = 409 (100%)
R 185 of 409 ~ 45.23%
G 213 of 409 ~ 52.08%
B 11 of 409 ~ 2.69%

%45.23
%52.08

CMYK RENK MODELİ

#B9D50B rengi CMYK tonu (13,0,95,16).

  • camgöbeği tonu 13.15%
  • eflatun tonu 0.00%
  • sarı tonu 94.84%
  • ana renk tonu 16.47%
CMYK:
(13,0,95,16)
C13M0Y95K16 
(13%,0%,95%,16%)
(0.13/0.00/0.95/0.16)	

CMYK yüzdeleri

%13.15
%0
%94.84
%16.47

Codes

Color #B9D50B in popluar color models

B9D50B
RGB18521311
HSL68°90.18%43.92%
HSB/HSV68°94.84%83.53%
CMYK13.15%0.00%94.84%
16.47%

Color #B9D50B in popluar number systems.

HEXB9D50B
Decimal18521311
Binary10111001110101011011
Octal27132513

Shades and tints

Shades of #B9D50B

#B9D50B
(185,213,11)
#A9C20A
(169,194,10)
#99AF09
(153,175,9)
#899C08
(137,156,8)
#798907
(121,137,7)
#697606
(105,118,6)
#596305
(89,99,5)
#495004
(73,80,4)
#393D03
(57,61,3)
#292A02
(41,42,2)
#191701
(25,23,1)
#000000
(0,0,0)

Tints of #B9D50B

#B9D50B
(185,213,11)
#BFD821
(191,216,33)
#C5DB37
(197,219,55)
#CBDE4D
(203,222,77)
#D1E163
(209,225,99)
#D7E479
(215,228,121)
#DDE78F
(221,231,143)
#E3EAA5
(227,234,165)
#E9EDBB
(233,237,187)
#EFF0D1
(239,240,209)
#F5F3E7
(245,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D50B color. Also use rgb(185,213,11) instead hex code.

Text Font Color

.myTextColor { color: #B9D50B; }

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

This text font color is #B9D50B.


Background Color

.myBgColor { background-color: #B9D50B; }

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

This div background color is #B9D50B.


Border color

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

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

This div border color is #B9D50B.


Opacity

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

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

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

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

This text has shadow with #B9D50B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D50B on black background.


Color preview on white background

This text has color #B9D50B on white background.



Black color preview on #B9D50B background

This text has black color on #B9D50B background.


White color preview on #B9D50B background

This text has white color on #B9D50B background.