#BDB366

Color #BDB366 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BDB366

Tints of Dark Khaki #BDB366

Color information

#BDB366 (or 0xBDB366) is unknown color: approx Dark Khaki. HEX triplet: BD, B3 and 66. RGB value is (189,179,102). Sum of RGB (Red+Green+Blue) = 189+179+102=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB366 is #424C99. Grayscale: #ADADAD. Windows color (decimal): -4344986 or 6730685. OLE color: 6730685.

HSL color Cylindrical-coordinate representation of color #BDB366: hue angle of 53.1º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDB366 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB189179102-
CMYK00.050.460.26
HSL53.1º39.73%57.06%-
HSV(B)53.1º46.03%74.12%-
XYZ39.544.0218.98-
YUV173.2187.81139.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 40.21%
GREEN value IS 179 (70.31% from 255) = 38.09%
BLUE value IS 102 (40.23% from 255) = 21.70%
R=40.21%
G=38.09%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917910200.050.460.2653.139.7357.06
HexBDB366052E1A352839
Octal275263146055632655071
Binary10111101101100111100110010110111011010110101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB366; }

 p { color: rgb(189,179,102); }

 H1.HeaderClassName
 {
   color: #BDB366;
 }
 .AnyTagClassName
 {
   color: #BDB366;
 }
</style>
background-color css

<style>
 a { background-color: #BDB366; }

 a { background-color: rgb(189,179,102); }

 div.DivClassName
 {
   background-color: #BDB366;
 }
 .BgClassName
 {
   background-color: #BDB366;
 }
</style>
border-color css

<style>
 span { border-color: #BDB366; }

 span { border-color: rgb(189,179,102); }

 td.TdClassName
 {
   border-color: #BDB366;
 }
 .TagClassName
 {
   border-color: #BDB366;
 }
</style>