#BDB968

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

Shades of Dark Khaki #BDB968

Tints of Dark Khaki #BDB968

Color information

#BDB968 (or 0xBDB968) is unknown color: approx Dark Khaki. HEX triplet: BD, B9 and 68. RGB value is (189,185,104). Sum of RGB (Red+Green+Blue) = 189+185+104=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB968 is #424697. Grayscale: #B1B1B1. Windows color (decimal): -4343448 or 6863293. OLE color: 6863293.

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

Color convert

RGB189185104-
CMYK00.020.450.26
HSL57.18º39.17%57.45%-
HSV(B)57.18º44.97%74.12%-
XYZ40.8346.5219.92-
YUV176.9686.83136.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.54%
GREEN value IS 185 (72.66% from 255) = 38.70%
BLUE value IS 104 (41.02% from 255) = 21.76%
R=39.54%
G=38.70%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918510400.020.450.2657.1839.1757.45
HexBDB968022D1A392739
Octal275271150025532714771
Binary1011110110111001110100001010110111010111001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB968; }

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

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

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

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

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

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

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

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