#BDB964

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

Shades of Dark Khaki #BDB964

Tints of Dark Khaki #BDB964

Color information

#BDB964 (or 0xBDB964) is unknown color: approx Dark Khaki. HEX triplet: BD, B9 and 64. RGB value is (189,185,100). Sum of RGB (Red+Green+Blue) = 189+185+100=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB964 is #42469B. Grayscale: #B0B0B0. Windows color (decimal): -4343452 or 6601149. OLE color: 6601149.

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

Color convert

RGB189185100-
CMYK00.020.470.26
HSL57.3º40.27%56.67%-
HSV(B)57.3º47.09%74.12%-
XYZ40.6446.4418.88-
YUV176.5184.83136.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 185 (72.66% from 255) = 39.03%
BLUE value IS 100 (39.45% from 255) = 21.10%
R=39.87%
G=39.03%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918510000.020.470.2657.340.2756.67
HexBDB964022F1A392839
Octal275271144025732715071
Binary1011110110111001110010001010111111010111001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB964; }

 p { color: rgb(189,185,100); }

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

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

 a { background-color: rgb(189,185,100); }

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

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

 span { border-color: rgb(189,185,100); }

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