COLOR #BDD96C

HEX: #BDD96C
RGB: (189,217,108)

Renk bilgisi

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

RGB renk modeli

#BDD96C color RGB value is (189,217,108).

  • kırmız ton 189;
  • yeşil ton 217;
  • mavi ton 108.
RGB:
(189,217,108)
(74%,85%,42%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 217 of 255 = 85%
B 108 of 255 = 42%

189
217
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 217 + 108 = 514 (100%)
R 189 of 514 ~ 36.77%
G 217 of 514 ~ 42.22%
B 108 of 514 ~ 21.01%

%36.77
%42.22
%21.01

CMYK RENK MODELİ

#BDD96C rengi CMYK tonu (13,0,50,15).

  • camgöbeği tonu 12.90%
  • eflatun tonu 0.00%
  • sarı tonu 50.23%
  • ana renk tonu 14.90%
CMYK:
(13,0,50,15)
C13M0Y50K15 
(13%,0%,50%,15%)
(0.13/0.00/0.50/0.15)	

CMYK yüzdeleri

%12.9
%0
%50.23
%14.9

Codes

Color #BDD96C in popluar color models

BDD96C
RGB189217108
HSL75°58.92%63.73%
HSB/HSV75°50.23%85.10%
CMYK12.90%0.00%50.23%
14.90%

Color #BDD96C in popluar number systems.

HEXBDD96C
Decimal189217108
Binary10111101110110011101100
Octal275331154

Shades and tints

Shades of #BDD96C

#BDD96C
(189,217,108)
#ACC663
(172,198,99)
#9BB35A
(155,179,90)
#8AA051
(138,160,81)
#798D48
(121,141,72)
#687A3F
(104,122,63)
#576736
(87,103,54)
#46542D
(70,84,45)
#354124
(53,65,36)
#242E1B
(36,46,27)
#131B12
(19,27,18)
#000000
(0,0,0)

Tints of #BDD96C

#BDD96C
(189,217,108)
#C3DC79
(195,220,121)
#C9DF86
(201,223,134)
#CFE293
(207,226,147)
#D5E5A0
(213,229,160)
#DBE8AD
(219,232,173)
#E1EBBA
(225,235,186)
#E7EEC7
(231,238,199)
#EDF1D4
(237,241,212)
#F3F4E1
(243,244,225)
#F9F7EE
(249,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD96C color. Also use rgb(189,217,108) instead hex code.

Text Font Color

.myTextColor { color: #BDD96C; }

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

This text font color is #BDD96C.


Background Color

.myBgColor { background-color: #BDD96C; }

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

This div background color is #BDD96C.


Border color

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

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

This div border color is #BDD96C.


Opacity

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

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

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

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

This text has shadow with #BDD96C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD96C on black background.


Color preview on white background

This text has color #BDD96C on white background.



Black color preview on #BDD96C background

This text has black color on #BDD96C background.


White color preview on #BDD96C background

This text has white color on #BDD96C background.