#BAB664

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

Shades of Dark Khaki #BAB664

Tints of Dark Khaki #BAB664

Color information

#BAB664 (or 0xBAB664) is unknown color: approx Dark Khaki. HEX triplet: BA, B6 and 64. RGB value is (186,182,100). Sum of RGB (Red+Green+Blue) = 186+182+100=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB664 is #45499B. Grayscale: #AEAEAE. Windows color (decimal): -4540828 or 6600378. OLE color: 6600378.

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

Color convert

RGB186182100-
CMYK00.020.460.27
HSL57.21º38.39%56.08%-
HSV(B)57.21º46.24%72.94%-
XYZ39.2844.8218.64-
YUV173.8586.33136.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 182 (71.48% from 255) = 38.89%
BLUE value IS 100 (39.45% from 255) = 21.37%
R=39.74%
G=38.89%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618210000.020.460.2757.2138.3956.08
HexBAB664022E1B392638
Octal272266144025633714670
Binary1011101010110110110010001010111011011111001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB664; }

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

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

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

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

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

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

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

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