COLOR #B5C289

HEX: #B5C289
RGB: (181,194,137)

Renk bilgisi

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

RGB renk modeli

#B5C289 color RGB value is (181,194,137).

  • kırmız ton 181;
  • yeşil ton 194;
  • mavi ton 137.
RGB:
(181,194,137)
(71%,76%,54%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 194 of 255 = 76%
B 137 of 255 = 54%

181
194
137

R + G + B ~ 67%. #B5C289 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 194 + 137 = 512 (100%)
R 181 of 512 ~ 35.35%
G 194 of 512 ~ 37.89%
B 137 of 512 ~ 26.76%

%35.35
%37.89
%26.76

CMYK RENK MODELİ

#B5C289 rengi CMYK tonu (7,0,29,24).

  • camgöbeği tonu 6.70%
  • eflatun tonu 0.00%
  • sarı tonu 29.38%
  • ana renk tonu 23.92%
CMYK:
(7,0,29,24)
C7M0Y29K24 
(7%,0%,29%,24%)
(0.07/0.00/0.29/0.24)	

CMYK yüzdeleri

%6.7
%0
%29.38
%23.92

Codes

Color #B5C289 in popluar color models

B5C289
RGB181194137
HSL74°31.84%64.90%
HSB/HSV74°29.38%76.08%
CMYK6.70%0.00%29.38%
23.92%

Color #B5C289 in popluar number systems.

HEXB5C289
Decimal181194137
Binary101101011100001010001001
Octal265302211

Shades and tints

Shades of #B5C289

#B5C289
(181,194,137)
#A5B17D
(165,177,125)
#95A071
(149,160,113)
#858F65
(133,143,101)
#757E59
(117,126,89)
#656D4D
(101,109,77)
#555C41
(85,92,65)
#454B35
(69,75,53)
#353A29
(53,58,41)
#25291D
(37,41,29)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #B5C289

#B5C289
(181,194,137)
#BBC793
(187,199,147)
#C1CC9D
(193,204,157)
#C7D1A7
(199,209,167)
#CDD6B1
(205,214,177)
#D3DBBB
(211,219,187)
#D9E0C5
(217,224,197)
#DFE5CF
(223,229,207)
#E5EAD9
(229,234,217)
#EBEFE3
(235,239,227)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C289 color. Also use rgb(181,194,137) instead hex code.

Text Font Color

.myTextColor { color: #B5C289; }

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

This text font color is #B5C289.


Background Color

.myBgColor { background-color: #B5C289; }

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

This div background color is #B5C289.


Border color

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

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

This div border color is #B5C289.


Opacity

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

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

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

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

This text has shadow with #B5C289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C289 on black background.


Color preview on white background

This text has color #B5C289 on white background.



Black color preview on #B5C289 background

This text has black color on #B5C289 background.


White color preview on #B5C289 background

This text has white color on #B5C289 background.