#BDB965

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

Shades of Dark Khaki #BDB965

Tints of Dark Khaki #BDB965

Color information

#BDB965 (or 0xBDB965) is unknown color: approx Dark Khaki. HEX triplet: BD, B9 and 65. RGB value is (189,185,101). Sum of RGB (Red+Green+Blue) = 189+185+101=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB965 is #42469A. Grayscale: #B0B0B0. Windows color (decimal): -4343451 or 6666685. OLE color: 6666685.

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

Color convert

RGB189185101-
CMYK00.020.470.26
HSL57.27º40%56.86%-
HSV(B)57.27º46.56%74.12%-
XYZ40.6846.4619.13-
YUV176.6285.33136.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 185 (72.66% from 255) = 38.95%
BLUE value IS 101 (39.84% from 255) = 21.26%
R=39.79%
G=38.95%
B=21.26%

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
Decimal18918510100.020.470.2657.274056.86
HexBDB965022F1A392839
Octal275271145025732715071
Binary1011110110111001110010101010111111010111001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB965; }

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

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

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

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

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

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

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

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