COLOR #B5C15C

HEX: #B5C15C
RGB: (181,193,92)

Renk bilgisi

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

RGB renk modeli

#B5C15C color RGB value is (181,193,92).

  • kırmız ton 181;
  • yeşil ton 193;
  • mavi ton 92.
RGB:
(181,193,92)
(71%,76%,36%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 193 of 255 = 76%
B 92 of 255 = 36%

181
193
92

R + G + B ~ 61%. #B5C15C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 193 + 92 = 466 (100%)
R 181 of 466 ~ 38.84%
G 193 of 466 ~ 41.42%
B 92 of 466 ~ 19.74%

%38.84
%41.42
%19.74

CMYK RENK MODELİ

#B5C15C rengi CMYK tonu (6,0,52,24).

  • camgöbeği tonu 6.22%
  • eflatun tonu 0.00%
  • sarı tonu 52.33%
  • ana renk tonu 24.31%
CMYK:
(6,0,52,24)
C6M0Y52K24 
(6%,0%,52%,24%)
(0.06/0.00/0.52/0.24)	

CMYK yüzdeleri

%6.22
%0
%52.33
%24.31

Codes

Color #B5C15C in popluar color models

B5C15C
RGB18119392
HSL67°44.89%55.88%
HSB/HSV67°52.33%75.69%
CMYK6.22%0.00%52.33%
24.31%

Color #B5C15C in popluar number systems.

HEXB5C15C
Decimal18119392
Binary10110101110000011011100
Octal265301134

Shades and tints

Shades of #B5C15C

#B5C15C
(181,193,92)
#A5B054
(165,176,84)
#959F4C
(149,159,76)
#858E44
(133,142,68)
#757D3C
(117,125,60)
#656C34
(101,108,52)
#555B2C
(85,91,44)
#454A24
(69,74,36)
#35391C
(53,57,28)
#252814
(37,40,20)
#15170C
(21,23,12)
#000000
(0,0,0)

Tints of #B5C15C

#B5C15C
(181,193,92)
#BBC66A
(187,198,106)
#C1CB78
(193,203,120)
#C7D086
(199,208,134)
#CDD594
(205,213,148)
#D3DAA2
(211,218,162)
#D9DFB0
(217,223,176)
#DFE4BE
(223,228,190)
#E5E9CC
(229,233,204)
#EBEEDA
(235,238,218)
#F1F3E8
(241,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C15C color. Also use rgb(181,193,92) instead hex code.

Text Font Color

.myTextColor { color: #B5C15C; }

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

This text font color is #B5C15C.


Background Color

.myBgColor { background-color: #B5C15C; }

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

This div background color is #B5C15C.


Border color

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

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

This div border color is #B5C15C.


Opacity

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

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

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

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

This text has shadow with #B5C15C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C15C on black background.


Color preview on white background

This text has color #B5C15C on white background.



Black color preview on #B5C15C background

This text has black color on #B5C15C background.


White color preview on #B5C15C background

This text has white color on #B5C15C background.