Hex #bdb76b Color

#bdb76b
equivalent to

RGB

(189, 183, 107)

Details of #bdb76b

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
189
40.5736
0.15
0.00
73.3813
45.7473
56°
67.6368
183
45.7473
0.38
0.03
-8.7872
0.3795
43°
-11.2863
107
20.6016
0.58
0.43   0.26
39.2876
0.4279
74°
29.2920

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10111101
275
189
BD
Green
10110111
267
183
B7
Blue
1101011
153
107
6B

RGB in % of #bdb76b

%39.46
%38.20
%22.34

CMYK in % of #bdb76b

%0
%3
%43
%26

Triads of color #bdb76b

#bdb76b #b76bbd #6bbd6b

Similar Colors to #bdb76b

#bdb76b #bd8e6b #9abd6b

Preview Color #bdb76b on black ground

#bdb76b is very interesting for text.

Preview Color #bdb76b on white ground

#bdb76b is very interesting for text.

CSS Codes #bdb76b color

.mybgcolor {background-color:#bdb76b; }
.myforecolor {color:#bdb76b; }
.mybordercolor {border:3px solid #bdb76b; }

Text Font Color #bdb76b

<p style="color:#bdb76b">Text here</p>

This sample text font color is #bdb76b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #bdb76b

<div style="background-color:#bdb76b">
Div content here</div>

This div background color is #bdb76b


Border Color #bdb76b

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

The color of this border is #bdb76b


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #bdb76b; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #bdb76b;
-webkit-box-shadow: 1px 1px 3px 2px #bdb76b;
box-shadow:         1px 1px 3px 2px #bdb76b; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #bdb76b">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #bdb76b;
  -webkit-box-shadow: 1px 1px 3px 2px #bdb76b;
  box-shadow:         1px 1px 3px 2px #bdb76b;">
Div content here</div>

The shadow of div box using color #bdb76b