#BDB368

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

Shades of Dark Khaki #BDB368

Tints of Dark Khaki #BDB368

Color information

#BDB368 (or 0xBDB368) is unknown color: approx Dark Khaki. HEX triplet: BD, B3 and 68. RGB value is (189,179,104). Sum of RGB (Red+Green+Blue) = 189+179+104=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB368 is #424C97. Grayscale: #ADADAD. Windows color (decimal): -4344984 or 6861757. OLE color: 6861757.

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

Color convert

RGB189179104-
CMYK00.050.450.26
HSL52.94º39.17%57.45%-
HSV(B)52.94º44.97%74.12%-
XYZ39.6144.0619.51-
YUV173.4488.81139.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.04%
GREEN value IS 179 (70.31% from 255) = 37.92%
BLUE value IS 104 (41.02% from 255) = 22.03%
R=40.04%
G=37.92%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917910400.050.450.2652.9439.1757.45
HexBDB368052D1A352739
Octal275263150055532654771
Binary10111101101100111101000010110110111010110101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB368; }

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

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

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

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

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

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

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

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