#BAB764

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

Shades of Dark Khaki #BAB764

Tints of Dark Khaki #BAB764

Color information

#BAB764 (or 0xBAB764) is unknown color: approx Dark Khaki. HEX triplet: BA, B7 and 64. RGB value is (186,183,100). Sum of RGB (Red+Green+Blue) = 186+183+100=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB764 is #45489B. Grayscale: #AEAEAE. Windows color (decimal): -4540572 or 6600634. OLE color: 6600634.

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

Color convert

RGB186183100-
CMYK00.020.460.27
HSL57.91º38.39%56.08%-
HSV(B)57.91º46.24%72.94%-
XYZ39.4845.2318.71-
YUV174.4485.99136.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 183 (71.88% from 255) = 39.02%
BLUE value IS 100 (39.45% from 255) = 21.32%
R=39.66%
G=39.02%
B=21.32%

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
Decimal18618310000.020.460.2757.9138.3956.08
HexBAB764022E1B3a2638
Octal272267144025633724670
Binary1011101010110111110010001010111011011111010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB764; }

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

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

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

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

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

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

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

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