COLOR #B4C76D

HEX: #B4C76D
RGB: (180,199,109)

Renk bilgisi

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

RGB renk modeli

#B4C76D color RGB value is (180,199,109).

  • kırmız ton 180;
  • yeşil ton 199;
  • mavi ton 109.
RGB:
(180,199,109)
(71%,78%,43%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 199 of 255 = 78%
B 109 of 255 = 43%

180
199
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 199 + 109 = 488 (100%)
R 180 of 488 ~ 36.89%
G 199 of 488 ~ 40.78%
B 109 of 488 ~ 22.34%

%36.89
%40.78
%22.34

CMYK RENK MODELİ

#B4C76D rengi CMYK tonu (10,0,45,22).

  • camgöbeği tonu 9.55%
  • eflatun tonu 0.00%
  • sarı tonu 45.23%
  • ana renk tonu 21.96%
CMYK:
(10,0,45,22)
C10M0Y45K22 
(10%,0%,45%,22%)
(0.10/0.00/0.45/0.22)	

CMYK yüzdeleri

%9.55
%0
%45.23
%21.96

Codes

Color #B4C76D in popluar color models

B4C76D
RGB180199109
HSL73°44.55%60.39%
HSB/HSV73°45.23%78.04%
CMYK9.55%0.00%45.23%
21.96%

Color #B4C76D in popluar number systems.

HEXB4C76D
Decimal180199109
Binary10110100110001111101101
Octal264307155

Shades and tints

Shades of #B4C76D

#B4C76D
(180,199,109)
#A4B564
(164,181,100)
#94A35B
(148,163,91)
#849152
(132,145,82)
#747F49
(116,127,73)
#646D40
(100,109,64)
#545B37
(84,91,55)
#44492E
(68,73,46)
#343725
(52,55,37)
#24251C
(36,37,28)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #B4C76D

#B4C76D
(180,199,109)
#BACC7A
(186,204,122)
#C0D187
(192,209,135)
#C6D694
(198,214,148)
#CCDBA1
(204,219,161)
#D2E0AE
(210,224,174)
#D8E5BB
(216,229,187)
#DEEAC8
(222,234,200)
#E4EFD5
(228,239,213)
#EAF4E2
(234,244,226)
#F0F9EF
(240,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C76D color. Also use rgb(180,199,109) instead hex code.

Text Font Color

.myTextColor { color: #B4C76D; }

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

This text font color is #B4C76D.


Background Color

.myBgColor { background-color: #B4C76D; }

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

This div background color is #B4C76D.


Border color

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

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

This div border color is #B4C76D.


Opacity

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

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

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

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

This text has shadow with #B4C76D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C76D on black background.


Color preview on white background

This text has color #B4C76D on white background.



Black color preview on #B4C76D background

This text has black color on #B4C76D background.


White color preview on #B4C76D background

This text has white color on #B4C76D background.