COLOR #BDC592

HEX: #BDC592
RGB: (189,197,146)

Renk bilgisi

#BDC592 contains red, green and blue colors in about the same proportion. #BDC592 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#BDC592 color RGB value is (189,197,146).

  • kırmız ton 189;
  • yeşil ton 197;
  • mavi ton 146.
RGB:
(189,197,146)
(74%,77%,57%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 197 of 255 = 77%
B 146 of 255 = 57%

189
197
146

R + G + B ~ 69%. #BDC592 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 197 + 146 = 532 (100%)
R 189 of 532 ~ 35.53%
G 197 of 532 ~ 37.03%
B 146 of 532 ~ 27.44%

%35.53
%37.03
%27.44

CMYK RENK MODELİ

#BDC592 rengi CMYK tonu (4,0,26,23).

  • camgöbeği tonu 4.06%
  • eflatun tonu 0.00%
  • sarı tonu 25.89%
  • ana renk tonu 22.75%
CMYK:
(4,0,26,23)
C4M0Y26K23 
(4%,0%,26%,23%)
(0.04/0.00/0.26/0.23)	

CMYK yüzdeleri

%4.06
%0
%25.89
%22.75

Codes

Color #BDC592 in popluar color models

BDC592
RGB189197146
HSL69°30.54%67.25%
HSB/HSV69°25.89%77.25%
CMYK4.06%0.00%25.89%
22.75%

Color #BDC592 in popluar number systems.

HEXBDC592
Decimal189197146
Binary101111011100010110010010
Octal275305222

Shades and tints

Shades of #BDC592

#BDC592
(189,197,146)
#ACB485
(172,180,133)
#9BA378
(155,163,120)
#8A926B
(138,146,107)
#79815E
(121,129,94)
#687051
(104,112,81)
#575F44
(87,95,68)
#464E37
(70,78,55)
#353D2A
(53,61,42)
#242C1D
(36,44,29)
#131B10
(19,27,16)
#000000
(0,0,0)

Tints of #BDC592

#BDC592
(189,197,146)
#C3CA9B
(195,202,155)
#C9CFA4
(201,207,164)
#CFD4AD
(207,212,173)
#D5D9B6
(213,217,182)
#DBDEBF
(219,222,191)
#E1E3C8
(225,227,200)
#E7E8D1
(231,232,209)
#EDEDDA
(237,237,218)
#F3F2E3
(243,242,227)
#F9F7EC
(249,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC592 color. Also use rgb(189,197,146) instead hex code.

Text Font Color

.myTextColor { color: #BDC592; }

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

This text font color is #BDC592.


Background Color

.myBgColor { background-color: #BDC592; }

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

This div background color is #BDC592.


Border color

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

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

This div border color is #BDC592.


Opacity

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

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

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

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

This text has shadow with #BDC592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC592 on black background.


Color preview on white background

This text has color #BDC592 on white background.



Black color preview on #BDC592 background

This text has black color on #BDC592 background.


White color preview on #BDC592 background

This text has white color on #BDC592 background.