COLOR #B5C976

HEX: #B5C976
RGB: (181,201,118)

Renk bilgisi

#B5C976 contains mainly red and green colors. #B5C976 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#B5C976 color RGB value is (181,201,118).

  • kırmız ton 181;
  • yeşil ton 201;
  • mavi ton 118.
RGB:
(181,201,118)
(71%,79%,46%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 201 of 255 = 79%
B 118 of 255 = 46%

181
201
118

R + G + B ~ 65%. #B5C976 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 201 + 118 = 500 (100%)
R 181 of 500 ~ 36.2%
G 201 of 500 ~ 40.2%
B 118 of 500 ~ 23.6%

%36.2
%40.2
%23.6

CMYK RENK MODELİ

#B5C976 rengi CMYK tonu (10,0,41,21).

  • camgöbeği tonu 9.95%
  • eflatun tonu 0.00%
  • sarı tonu 41.29%
  • ana renk tonu 21.18%
CMYK:
(10,0,41,21)
C10M0Y41K21 
(10%,0%,41%,21%)
(0.10/0.00/0.41/0.21)	

CMYK yüzdeleri

%9.95
%0
%41.29
%21.18

Codes

Color #B5C976 in popluar color models

B5C976
RGB181201118
HSL74°43.46%62.55%
HSB/HSV74°41.29%78.82%
CMYK9.95%0.00%41.29%
21.18%

Color #B5C976 in popluar number systems.

HEXB5C976
Decimal181201118
Binary10110101110010011110110
Octal265311166

Shades and tints

Shades of #B5C976

#B5C976
(181,201,118)
#A5B76C
(165,183,108)
#95A562
(149,165,98)
#859358
(133,147,88)
#75814E
(117,129,78)
#656F44
(101,111,68)
#555D3A
(85,93,58)
#454B30
(69,75,48)
#353926
(53,57,38)
#25271C
(37,39,28)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #B5C976

#B5C976
(181,201,118)
#BBCD82
(187,205,130)
#C1D18E
(193,209,142)
#C7D59A
(199,213,154)
#CDD9A6
(205,217,166)
#D3DDB2
(211,221,178)
#D9E1BE
(217,225,190)
#DFE5CA
(223,229,202)
#E5E9D6
(229,233,214)
#EBEDE2
(235,237,226)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C976 color. Also use rgb(181,201,118) instead hex code.

Text Font Color

.myTextColor { color: #B5C976; }

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

This text font color is #B5C976.


Background Color

.myBgColor { background-color: #B5C976; }

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

This div background color is #B5C976.


Border color

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

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

This div border color is #B5C976.


Opacity

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

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

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

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

This text has shadow with #B5C976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C976 on black background.


Color preview on white background

This text has color #B5C976 on white background.



Black color preview on #B5C976 background

This text has black color on #B5C976 background.


White color preview on #B5C976 background

This text has white color on #B5C976 background.