COLOR #BDF192

HEX: #BDF192
RGB: (189,241,146)

Color info

#BDF192 contains mainly red and green colors. Web safe color of #BDF192 is #CCFF99 (or #CF9).

RGB color model

#BDF192 color RGB value is (189,241,146).

  • red value is 189;
  • green value is 241;
  • blue value is 146.
RGB:
(189,241,146)
(74%,95%,57%)

RGB channels and saturation

R 189 of 255 = 74%
G 241 of 255 = 95%
B 146 of 255 = 57%

189
241
146

R + G + B ~ 75%. #BDF192 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 241 + 146 = 576 (100%)
R 189 of 576 ~ 32.81%
G 241 of 576 ~ 41.84%
B 146 of 576 ~ 25.35%

%32.81
%41.84
%25.35

CMYK color model

#BDF192 color CMYK value is (22,0,39,5).

  • cyan value is 21.58%
  • magenta value is 0.00%
  • yellow value is 39.42%
  • key color value is 5.49%
CMYK:
(22,0,39,5)
C22M0Y39K5 
(22%,0%,39%,5%)
(0.22/0.00/0.39/0.05)	

CMYK percentages

%21.58
%0
%39.42
%5.49

Codes

Color #BDF192 in popluar color models

BDF192
RGB189241146
HSL93°77.24%75.88%
HSB/HSV93°39.42%94.51%
CMYK21.58%0.00%39.42%
5.49%

Color #BDF192 in popluar number systems.

HEXBDF192
Decimal189241146
Binary101111011111000110010010
Octal275361222

Shades and tints

Shades of #BDF192

#BDF192
(189,241,146)
#ACDC85
(172,220,133)
#9BC778
(155,199,120)
#8AB26B
(138,178,107)
#799D5E
(121,157,94)
#688851
(104,136,81)
#577344
(87,115,68)
#465E37
(70,94,55)
#35492A
(53,73,42)
#24341D
(36,52,29)
#131F10
(19,31,16)
#000000
(0,0,0)

Tints of #BDF192

#BDF192
(189,241,146)
#C3F29B
(195,242,155)
#C9F3A4
(201,243,164)
#CFF4AD
(207,244,173)
#D5F5B6
(213,245,182)
#DBF6BF
(219,246,191)
#E1F7C8
(225,247,200)
#E7F8D1
(231,248,209)
#EDF9DA
(237,249,218)
#F3FAE3
(243,250,227)
#F9FBEC
(249,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF192; }

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

This text font color is #BDF192.


Background Color

.myBgColor { background-color: #BDF192; }

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

This div background color is #BDF192.


Border color

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

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

This div border color is #BDF192.


Opacity

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

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

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

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

This text has shadow with #BDF192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF192 on black background.


Color preview on white background

This text has color #BDF192 on white background.



Black color preview on #BDF192 background

This text has black color on #BDF192 background.


White color preview on #BDF192 background

This text has white color on #BDF192 background.