COLOR #BDC34D

HEX: #BDC34D
RGB: (189,195,77)

Renk bilgisi

#BDC34D contains mainly red and green colors. #BDC34D ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#BDC34D color RGB value is (189,195,77).

  • kırmız ton 189;
  • yeşil ton 195;
  • mavi ton 77.
RGB:
(189,195,77)
(74%,76%,30%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 195 of 255 = 76%
B 77 of 255 = 30%

189
195
77

R + G + B ~ 60%. #BDC34D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 195 + 77 = 461 (100%)
R 189 of 461 ~ 41%
G 195 of 461 ~ 42.3%
B 77 of 461 ~ 16.7%

%41
%42.3
%16.7

CMYK RENK MODELİ

#BDC34D rengi CMYK tonu (3,0,61,24).

  • camgöbeği tonu 3.08%
  • eflatun tonu 0.00%
  • sarı tonu 60.51%
  • ana renk tonu 23.53%
CMYK:
(3,0,61,24)
C3M0Y61K24 
(3%,0%,61%,24%)
(0.03/0.00/0.61/0.24)	

CMYK yüzdeleri

%3.08
%0
%60.51
%23.53

Codes

Color #BDC34D in popluar color models

BDC34D
RGB18919577
HSL63°49.58%53.33%
HSB/HSV63°60.51%76.47%
CMYK3.08%0.00%60.51%
23.53%

Color #BDC34D in popluar number systems.

HEXBDC34D
Decimal18919577
Binary10111101110000111001101
Octal275303115

Shades and tints

Shades of #BDC34D

#BDC34D
(189,195,77)
#ACB246
(172,178,70)
#9BA13F
(155,161,63)
#8A9038
(138,144,56)
#797F31
(121,127,49)
#686E2A
(104,110,42)
#575D23
(87,93,35)
#464C1C
(70,76,28)
#353B15
(53,59,21)
#242A0E
(36,42,14)
#131907
(19,25,7)
#000000
(0,0,0)

Tints of #BDC34D

#BDC34D
(189,195,77)
#C3C85D
(195,200,93)
#C9CD6D
(201,205,109)
#CFD27D
(207,210,125)
#D5D78D
(213,215,141)
#DBDC9D
(219,220,157)
#E1E1AD
(225,225,173)
#E7E6BD
(231,230,189)
#EDEBCD
(237,235,205)
#F3F0DD
(243,240,221)
#F9F5ED
(249,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC34D color. Also use rgb(189,195,77) instead hex code.

Text Font Color

.myTextColor { color: #BDC34D; }

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

This text font color is #BDC34D.


Background Color

.myBgColor { background-color: #BDC34D; }

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

This div background color is #BDC34D.


Border color

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

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

This div border color is #BDC34D.


Opacity

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

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

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

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

This text has shadow with #BDC34D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC34D on black background.


Color preview on white background

This text has color #BDC34D on white background.



Black color preview on #BDC34D background

This text has black color on #BDC34D background.


White color preview on #BDC34D background

This text has white color on #BDC34D background.