#BAB969

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

Shades of Dark Khaki #BAB969

Tints of Dark Khaki #BAB969

Color information

#BAB969 (or 0xBAB969) is unknown color: approx Dark Khaki. HEX triplet: BA, B9 and 69. RGB value is (186,185,105). Sum of RGB (Red+Green+Blue) = 186+185+105=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB969 is #454696. Grayscale: #B0B0B0. Windows color (decimal): -4540055 or 6928826. OLE color: 6928826.

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

Color convert

RGB186185105-
CMYK00.010.440.27
HSL59.26º36.99%57.06%-
HSV(B)59.26º43.55%72.94%-
XYZ40.1546.1620.16-
YUV176.1887.83135-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 185 (72.66% from 255) = 38.87%
BLUE value IS 105 (41.41% from 255) = 22.06%
R=39.08%
G=38.87%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618510500.010.440.2759.2636.9957.06
HexBAB969012C1B3b2539
Octal272271151015433734571
Binary101110101011100111010010110110011011111011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB969; }

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

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

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

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

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

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

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

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