#BAB964

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

Shades of Dark Khaki #BAB964

Tints of Dark Khaki #BAB964

Color information

#BAB964 (or 0xBAB964) is unknown color: approx Dark Khaki. HEX triplet: BA, B9 and 64. RGB value is (186,185,100). Sum of RGB (Red+Green+Blue) = 186+185+100=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB964 is #45469B. Grayscale: #AFAFAF. Windows color (decimal): -4540060 or 6601146. OLE color: 6601146.

HSL color Cylindrical-coordinate representation of color #BAB964: hue angle of 59.3º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAB964 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB186185100-
CMYK00.010.460.27
HSL59.3º38.39%56.08%-
HSV(B)59.3º46.24%72.94%-
XYZ39.946.0618.84-
YUV175.6185.33135.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 185 (72.66% from 255) = 39.28%
BLUE value IS 100 (39.45% from 255) = 21.23%
R=39.49%
G=39.28%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618510000.010.460.2759.338.3956.08
HexBAB964012E1B3b2638
Octal272271144015633734670
Binary101110101011100111001000110111011011111011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB964; }

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

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

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

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

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

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

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

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