COLOR #B5C373

HEX: #B5C373
RGB: (181,195,115)

Renk bilgisi

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

RGB renk modeli

#B5C373 color RGB value is (181,195,115).

  • kırmız ton 181;
  • yeşil ton 195;
  • mavi ton 115.
RGB:
(181,195,115)
(71%,76%,45%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 195 of 255 = 76%
B 115 of 255 = 45%

181
195
115

R + G + B ~ 64%. #B5C373 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 195 + 115 = 491 (100%)
R 181 of 491 ~ 36.86%
G 195 of 491 ~ 39.71%
B 115 of 491 ~ 23.42%

%36.86
%39.71
%23.42

CMYK RENK MODELİ

#B5C373 rengi CMYK tonu (7,0,41,24).

  • camgöbeği tonu 7.18%
  • eflatun tonu 0.00%
  • sarı tonu 41.03%
  • ana renk tonu 23.53%
CMYK:
(7,0,41,24)
C7M0Y41K24 
(7%,0%,41%,24%)
(0.07/0.00/0.41/0.24)	

CMYK yüzdeleri

%7.18
%0
%41.03
%23.53

Codes

Color #B5C373 in popluar color models

B5C373
RGB181195115
HSL71°40.00%60.78%
HSB/HSV71°41.03%76.47%
CMYK7.18%0.00%41.03%
23.53%

Color #B5C373 in popluar number systems.

HEXB5C373
Decimal181195115
Binary10110101110000111110011
Octal265303163

Shades and tints

Shades of #B5C373

#B5C373
(181,195,115)
#A5B269
(165,178,105)
#95A15F
(149,161,95)
#859055
(133,144,85)
#757F4B
(117,127,75)
#656E41
(101,110,65)
#555D37
(85,93,55)
#454C2D
(69,76,45)
#353B23
(53,59,35)
#252A19
(37,42,25)
#15190F
(21,25,15)
#000000
(0,0,0)

Tints of #B5C373

#B5C373
(181,195,115)
#BBC87F
(187,200,127)
#C1CD8B
(193,205,139)
#C7D297
(199,210,151)
#CDD7A3
(205,215,163)
#D3DCAF
(211,220,175)
#D9E1BB
(217,225,187)
#DFE6C7
(223,230,199)
#E5EBD3
(229,235,211)
#EBF0DF
(235,240,223)
#F1F5EB
(241,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C373 color. Also use rgb(181,195,115) instead hex code.

Text Font Color

.myTextColor { color: #B5C373; }

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

This text font color is #B5C373.


Background Color

.myBgColor { background-color: #B5C373; }

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

This div background color is #B5C373.


Border color

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

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

This div border color is #B5C373.


Opacity

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

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

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

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

This text has shadow with #B5C373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C373 on black background.


Color preview on white background

This text has color #B5C373 on white background.



Black color preview on #B5C373 background

This text has black color on #B5C373 background.


White color preview on #B5C373 background

This text has white color on #B5C373 background.