COLOR #BDE67A

HEX: #BDE67A
RGB: (189,230,122)

Color info

#BDE67A contains mainly red and green colors. Web safe color of #BDE67A is #CCCC66 (or #CC6).

RGB color model

#BDE67A color RGB value is (189,230,122).

  • red value is 189;
  • green value is 230;
  • blue value is 122.
RGB:
(189,230,122)
(74%,90%,48%)

RGB channels and saturation

R 189 of 255 = 74%
G 230 of 255 = 90%
B 122 of 255 = 48%

189
230
122

R + G + B ~ 71%. #BDE67A is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 230 + 122 = 541 (100%)
R 189 of 541 ~ 34.94%
G 230 of 541 ~ 42.51%
B 122 of 541 ~ 22.55%

%34.94
%42.51
%22.55

CMYK color model

#BDE67A color CMYK value is (18,0,47,10).

  • cyan value is 17.83%
  • magenta value is 0.00%
  • yellow value is 46.96%
  • key color value is 9.80%
CMYK:
(18,0,47,10)
C18M0Y47K10 
(18%,0%,47%,10%)
(0.18/0.00/0.47/0.10)	

CMYK percentages

%17.83
%0
%46.96
%9.8

Codes

Color #BDE67A in popluar color models

BDE67A
RGB189230122
HSL83°68.35%69.02%
HSB/HSV83°46.96%90.20%
CMYK17.83%0.00%46.96%
9.80%

Color #BDE67A in popluar number systems.

HEXBDE67A
Decimal189230122
Binary10111101111001101111010
Octal275346172

Shades and tints

Shades of #BDE67A

#BDE67A
(189,230,122)
#ACD26F
(172,210,111)
#9BBE64
(155,190,100)
#8AAA59
(138,170,89)
#79964E
(121,150,78)
#688243
(104,130,67)
#576E38
(87,110,56)
#465A2D
(70,90,45)
#354622
(53,70,34)
#243217
(36,50,23)
#131E0C
(19,30,12)
#000000
(0,0,0)

Tints of #BDE67A

#BDE67A
(189,230,122)
#C3E886
(195,232,134)
#C9EA92
(201,234,146)
#CFEC9E
(207,236,158)
#D5EEAA
(213,238,170)
#DBF0B6
(219,240,182)
#E1F2C2
(225,242,194)
#E7F4CE
(231,244,206)
#EDF6DA
(237,246,218)
#F3F8E6
(243,248,230)
#F9FAF2
(249,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE67A color. Also use rgb(189,230,122) instead hex code.

Text Font Color

.myTextColor { color: #BDE67A; }

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

This text font color is #BDE67A.


Background Color

.myBgColor { background-color: #BDE67A; }

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

This div background color is #BDE67A.


Border color

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

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

This div border color is #BDE67A.


Opacity

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

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

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

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

This text has shadow with #BDE67A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE67A on black background.


Color preview on white background

This text has color #BDE67A on white background.



Black color preview on #BDE67A background

This text has black color on #BDE67A background.


White color preview on #BDE67A background

This text has white color on #BDE67A background.