COLOR #BDBD5C

HEX: #BDBD5C
RGB: (189,189,92)

Color info

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

RGB color model

#BDBD5C color RGB value is (189,189,92).

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

RGB channels and saturation

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

189
189
92

R + G + B ~ 61%. #BDBD5C is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 189 + 92 = 470 (100%)
R 189 of 470 ~ 40.21%
G 189 of 470 ~ 40.21%
B 92 of 470 ~ 19.57%

%40.21
%40.21
%19.57

CMYK color model

#BDBD5C color CMYK value is (0,0,51,26).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 51.32%
  • key color value is 25.88%
CMYK:
(0,0,51,26)
C0M0Y51K26 
(0%,0%,51%,26%)
(0.00/0.00/0.51/0.26)	

CMYK percentages

%0
%0
%51.32
%25.88

Codes

Color #BDBD5C in popluar color models

BDBD5C
RGB18918992
HSL60°42.36%55.10%
HSB/HSV60°51.32%74.12%
CMYK0.00%0.00%51.32%
25.88%

Color #BDBD5C in popluar number systems.

HEXBDBD5C
Decimal18918992
Binary10111101101111011011100
Octal275275134

Shades and tints

Shades of #BDBD5C

#BDBD5C
(189,189,92)
#ACAC54
(172,172,84)
#9B9B4C
(155,155,76)
#8A8A44
(138,138,68)
#79793C
(121,121,60)
#686834
(104,104,52)
#57572C
(87,87,44)
#464624
(70,70,36)
#35351C
(53,53,28)
#242414
(36,36,20)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #BDBD5C

#BDBD5C
(189,189,92)
#C3C36A
(195,195,106)
#C9C978
(201,201,120)
#CFCF86
(207,207,134)
#D5D594
(213,213,148)
#DBDBA2
(219,219,162)
#E1E1B0
(225,225,176)
#E7E7BE
(231,231,190)
#EDEDCC
(237,237,204)
#F3F3DA
(243,243,218)
#F9F9E8
(249,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBD5C; }

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

This text font color is #BDBD5C.


Background Color

.myBgColor { background-color: #BDBD5C; }

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

This div background color is #BDBD5C.


Border color

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

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

This div border color is #BDBD5C.


Opacity

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

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

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

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

This text has shadow with #BDBD5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBD5C on black background.


Color preview on white background

This text has color #BDBD5C on white background.



Black color preview on #BDBD5C background

This text has black color on #BDBD5C background.


White color preview on #BDBD5C background

This text has white color on #BDBD5C background.