COLOR #B5CC76

HEX: #B5CC76
RGB: (181,204,118)

Renk bilgisi

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

RGB renk modeli

#B5CC76 color RGB value is (181,204,118).

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

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 204 of 255 = 80%
B 118 of 255 = 46%

181
204
118

R + G + B ~ 66%. #B5CC76 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 204 + 118 = 503 (100%)
R 181 of 503 ~ 35.98%
G 204 of 503 ~ 40.56%
B 118 of 503 ~ 23.46%

%35.98
%40.56
%23.46

CMYK RENK MODELİ

#B5CC76 rengi CMYK tonu (11,0,42,20).

  • camgöbeği tonu 11.27%
  • eflatun tonu 0.00%
  • sarı tonu 42.16%
  • ana renk tonu 20.00%
CMYK:
(11,0,42,20)
C11M0Y42K20 
(11%,0%,42%,20%)
(0.11/0.00/0.42/0.20)	

CMYK yüzdeleri

%11.27
%0
%42.16
%20

Codes

Color #B5CC76 in popluar color models

B5CC76
RGB181204118
HSL76°45.74%63.14%
HSB/HSV76°42.16%80.00%
CMYK11.27%0.00%42.16%
20.00%

Color #B5CC76 in popluar number systems.

HEXB5CC76
Decimal181204118
Binary10110101110011001110110
Octal265314166

Shades and tints

Shades of #B5CC76

#B5CC76
(181,204,118)
#A5BA6C
(165,186,108)
#95A862
(149,168,98)
#859658
(133,150,88)
#75844E
(117,132,78)
#657244
(101,114,68)
#55603A
(85,96,58)
#454E30
(69,78,48)
#353C26
(53,60,38)
#252A1C
(37,42,28)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #B5CC76

#B5CC76
(181,204,118)
#BBD082
(187,208,130)
#C1D48E
(193,212,142)
#C7D89A
(199,216,154)
#CDDCA6
(205,220,166)
#D3E0B2
(211,224,178)
#D9E4BE
(217,228,190)
#DFE8CA
(223,232,202)
#E5ECD6
(229,236,214)
#EBF0E2
(235,240,226)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CC76; }

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

This text font color is #B5CC76.


Background Color

.myBgColor { background-color: #B5CC76; }

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

This div background color is #B5CC76.


Border color

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

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

This div border color is #B5CC76.


Opacity

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

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

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

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

This text has shadow with #B5CC76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CC76 on black background.


Color preview on white background

This text has color #B5CC76 on white background.



Black color preview on #B5CC76 background

This text has black color on #B5CC76 background.


White color preview on #B5CC76 background

This text has white color on #B5CC76 background.