COLOR #BDC158

HEX: #BDC158
RGB: (189,193,88)

Color info

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

RGB color model

#BDC158 color RGB value is (189,193,88).

  • red value is 189;
  • green value is 193;
  • blue value is 88.
RGB:
(189,193,88)
(74%,76%,35%)

RGB channels and saturation

R 189 of 255 = 74%
G 193 of 255 = 76%
B 88 of 255 = 35%

189
193
88

R + G + B ~ 62%. #BDC158 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 193 + 88 = 470 (100%)
R 189 of 470 ~ 40.21%
G 193 of 470 ~ 41.06%
B 88 of 470 ~ 18.72%

%40.21
%41.06
%18.72

CMYK color model

#BDC158 color CMYK value is (2,0,54,24).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 54.40%
  • key color value is 24.31%
CMYK:
(2,0,54,24)
C2M0Y54K24 
(2%,0%,54%,24%)
(0.02/0.00/0.54/0.24)	

CMYK percentages

%2.07
%0
%54.4
%24.31

Codes

Color #BDC158 in popluar color models

BDC158
RGB18919388
HSL62°45.85%55.10%
HSB/HSV62°54.40%75.69%
CMYK2.07%0.00%54.40%
24.31%

Color #BDC158 in popluar number systems.

HEXBDC158
Decimal18919388
Binary10111101110000011011000
Octal275301130

Shades and tints

Shades of #BDC158

#BDC158
(189,193,88)
#ACB050
(172,176,80)
#9B9F48
(155,159,72)
#8A8E40
(138,142,64)
#797D38
(121,125,56)
#686C30
(104,108,48)
#575B28
(87,91,40)
#464A20
(70,74,32)
#353918
(53,57,24)
#242810
(36,40,16)
#131708
(19,23,8)
#000000
(0,0,0)

Tints of #BDC158

#BDC158
(189,193,88)
#C3C667
(195,198,103)
#C9CB76
(201,203,118)
#CFD085
(207,208,133)
#D5D594
(213,213,148)
#DBDAA3
(219,218,163)
#E1DFB2
(225,223,178)
#E7E4C1
(231,228,193)
#EDE9D0
(237,233,208)
#F3EEDF
(243,238,223)
#F9F3EE
(249,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC158 color. Also use rgb(189,193,88) instead hex code.

Text Font Color

.myTextColor { color: #BDC158; }

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

This text font color is #BDC158.


Background Color

.myBgColor { background-color: #BDC158; }

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

This div background color is #BDC158.


Border color

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

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

This div border color is #BDC158.


Opacity

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

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

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

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

This text has shadow with #BDC158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC158 on black background.


Color preview on white background

This text has color #BDC158 on white background.



Black color preview on #BDC158 background

This text has black color on #BDC158 background.


White color preview on #BDC158 background

This text has white color on #BDC158 background.