COLOR #B9C999

HEX: #B9C999
RGB: (185,201,153)

Renk bilgisi

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

RGB renk modeli

#B9C999 color RGB value is (185,201,153).

  • kırmız ton 185;
  • yeşil ton 201;
  • mavi ton 153.
RGB:
(185,201,153)
(73%,79%,60%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 201 of 255 = 79%
B 153 of 255 = 60%

185
201
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 201 + 153 = 539 (100%)
R 185 of 539 ~ 34.32%
G 201 of 539 ~ 37.29%
B 153 of 539 ~ 28.39%

%34.32
%37.29
%28.39

CMYK RENK MODELİ

#B9C999 rengi CMYK tonu (8,0,24,21).

  • camgöbeği tonu 7.96%
  • eflatun tonu 0.00%
  • sarı tonu 23.88%
  • ana renk tonu 21.18%
CMYK:
(8,0,24,21)
C8M0Y24K21 
(8%,0%,24%,21%)
(0.08/0.00/0.24/0.21)	

CMYK yüzdeleri

%7.96
%0
%23.88
%21.18

Codes

Color #B9C999 in popluar color models

B9C999
RGB185201153
HSL80°30.77%69.41%
HSB/HSV80°23.88%78.82%
CMYK7.96%0.00%23.88%
21.18%

Color #B9C999 in popluar number systems.

HEXB9C999
Decimal185201153
Binary101110011100100110011001
Octal271311231

Shades and tints

Shades of #B9C999

#B9C999
(185,201,153)
#A9B78C
(169,183,140)
#99A57F
(153,165,127)
#899372
(137,147,114)
#798165
(121,129,101)
#696F58
(105,111,88)
#595D4B
(89,93,75)
#494B3E
(73,75,62)
#393931
(57,57,49)
#292724
(41,39,36)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #B9C999

#B9C999
(185,201,153)
#BFCDA2
(191,205,162)
#C5D1AB
(197,209,171)
#CBD5B4
(203,213,180)
#D1D9BD
(209,217,189)
#D7DDC6
(215,221,198)
#DDE1CF
(221,225,207)
#E3E5D8
(227,229,216)
#E9E9E1
(233,233,225)
#EFEDEA
(239,237,234)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C999 color. Also use rgb(185,201,153) instead hex code.

Text Font Color

.myTextColor { color: #B9C999; }

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

This text font color is #B9C999.


Background Color

.myBgColor { background-color: #B9C999; }

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

This div background color is #B9C999.


Border color

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

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

This div border color is #B9C999.


Opacity

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

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

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

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

This text has shadow with #B9C999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C999 on black background.


Color preview on white background

This text has color #B9C999 on white background.



Black color preview on #B9C999 background

This text has black color on #B9C999 background.


White color preview on #B9C999 background

This text has white color on #B9C999 background.