#BAB168

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

Shades of Dark Khaki #BAB168

Tints of Dark Khaki #BAB168

Color information

#BAB168 (or 0xBAB168) is unknown color: approx Dark Khaki. HEX triplet: BA, B1 and 68. RGB value is (186,177,104). Sum of RGB (Red+Green+Blue) = 186+177+104=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB168 is #454E97. Grayscale: #ABABAB. Windows color (decimal): -4542104 or 6861242. OLE color: 6861242.

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

Color convert

RGB186177104-
CMYK00.050.440.27
HSL53.41º37.27%56.86%-
HSV(B)53.41º44.09%72.94%-
XYZ38.4742.8819.35-
YUV171.3789.98138.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 177 (69.53% from 255) = 37.90%
BLUE value IS 104 (41.02% from 255) = 22.27%
R=39.83%
G=37.90%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617710400.050.440.2753.4137.2756.86
HexBAB168052C1B352539
Octal272261150055433654571
Binary10111010101100011101000010110110011011110101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB168; }

 p { color: rgb(186,177,104); }

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

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

 a { background-color: rgb(186,177,104); }

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

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

 span { border-color: rgb(186,177,104); }

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