COLOR #BDE35C

HEX: #BDE35C
RGB: (189,227,92)

Color info

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

RGB color model

#BDE35C color RGB value is (189,227,92).

  • red value is 189;
  • green value is 227;
  • blue value is 92.
RGB:
(189,227,92)
(74%,89%,36%)

RGB channels and saturation

R 189 of 255 = 74%
G 227 of 255 = 89%
B 92 of 255 = 36%

189
227
92

R + G + B ~ 66%. #BDE35C is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 227 + 92 = 508 (100%)
R 189 of 508 ~ 37.2%
G 227 of 508 ~ 44.69%
B 92 of 508 ~ 18.11%

%37.2
%44.69
%18.11

CMYK color model

#BDE35C color CMYK value is (17,0,59,11).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 59.47%
  • key color value is 10.98%
CMYK:
(17,0,59,11)
C17M0Y59K11 
(17%,0%,59%,11%)
(0.17/0.00/0.59/0.11)	

CMYK percentages

%16.74
%0
%59.47
%10.98

Codes

Color #BDE35C in popluar color models

BDE35C
RGB18922792
HSL77°70.68%62.55%
HSB/HSV77°59.47%89.02%
CMYK16.74%0.00%59.47%
10.98%

Color #BDE35C in popluar number systems.

HEXBDE35C
Decimal18922792
Binary10111101111000111011100
Octal275343134

Shades and tints

Shades of #BDE35C

#BDE35C
(189,227,92)
#ACCF54
(172,207,84)
#9BBB4C
(155,187,76)
#8AA744
(138,167,68)
#79933C
(121,147,60)
#687F34
(104,127,52)
#576B2C
(87,107,44)
#465724
(70,87,36)
#35431C
(53,67,28)
#242F14
(36,47,20)
#131B0C
(19,27,12)
#000000
(0,0,0)

Tints of #BDE35C

#BDE35C
(189,227,92)
#C3E56A
(195,229,106)
#C9E778
(201,231,120)
#CFE986
(207,233,134)
#D5EB94
(213,235,148)
#DBEDA2
(219,237,162)
#E1EFB0
(225,239,176)
#E7F1BE
(231,241,190)
#EDF3CC
(237,243,204)
#F3F5DA
(243,245,218)
#F9F7E8
(249,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE35C color. Also use rgb(189,227,92) instead hex code.

Text Font Color

.myTextColor { color: #BDE35C; }

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

This text font color is #BDE35C.


Background Color

.myBgColor { background-color: #BDE35C; }

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

This div background color is #BDE35C.


Border color

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

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

This div border color is #BDE35C.


Opacity

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

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

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

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

This text has shadow with #BDE35C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE35C on black background.


Color preview on white background

This text has color #BDE35C on white background.



Black color preview on #BDE35C background

This text has black color on #BDE35C background.


White color preview on #BDE35C background

This text has white color on #BDE35C background.