#BDB467

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

Shades of Dark Khaki #BDB467

Tints of Dark Khaki #BDB467

Color information

#BDB467 (or 0xBDB467) is unknown color: approx Dark Khaki. HEX triplet: BD, B4 and 67. RGB value is (189,180,103). Sum of RGB (Red+Green+Blue) = 189+180+103=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB467 is #424B98. Grayscale: #AEAEAE. Windows color (decimal): -4344729 or 6796477. OLE color: 6796477.

HSL color Cylindrical-coordinate representation of color #BDB467: hue angle of 53.72º degrees, saturation: 0.39, 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 #BDB467 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB189180103-
CMYK00.050.460.26
HSL53.72º39.45%57.25%-
HSV(B)53.72º45.5%74.12%-
XYZ39.7644.4419.31-
YUV173.9187.98138.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.04%
GREEN value IS 180 (70.70% from 255) = 38.14%
BLUE value IS 103 (40.62% from 255) = 21.82%
R=40.04%
G=38.14%
B=21.82%

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
Decimal18918010300.050.460.2653.7239.4557.25
HexBDB467052E1A362739
Octal275264147055632664771
Binary10111101101101001100111010110111011010110110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB467; }

 p { color: rgb(189,180,103); }

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

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

 a { background-color: rgb(189,180,103); }

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

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

 span { border-color: rgb(189,180,103); }

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