#BDB468

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

Shades of Dark Khaki #BDB468

Tints of Dark Khaki #BDB468

Color information

#BDB468 (or 0xBDB468) is unknown color: approx Dark Khaki. HEX triplet: BD, B4 and 68. RGB value is (189,180,104). Sum of RGB (Red+Green+Blue) = 189+180+104=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB468 is #424B97. Grayscale: #AEAEAE. Windows color (decimal): -4344728 or 6862013. OLE color: 6862013.

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

Color convert

RGB189180104-
CMYK00.050.450.26
HSL53.65º39.17%57.45%-
HSV(B)53.65º44.97%74.12%-
XYZ39.8144.4619.58-
YUV174.0388.48138.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 180 (70.70% from 255) = 38.05%
BLUE value IS 104 (41.02% from 255) = 21.99%
R=39.96%
G=38.05%
B=21.99%

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
Decimal18918010400.050.450.2653.6539.1757.45
HexBDB468052D1A362739
Octal275264150055532664771
Binary10111101101101001101000010110110111010110110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB468; }

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

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

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

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

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

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

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

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