#BAB16A

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

Shades of Dark Khaki #BAB16A

Tints of Dark Khaki #BAB16A

Color information

#BAB16A (or 0xBAB16A) is unknown color: approx Dark Khaki. HEX triplet: BA, B1 and 6A. RGB value is (186,177,106). Sum of RGB (Red+Green+Blue) = 186+177+106=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB16A is #454E95. Grayscale: #ABABAB. Windows color (decimal): -4542102 or 6992314. OLE color: 6992314.

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

Color convert

RGB186177106-
CMYK00.050.430.27
HSL53.25º36.7%57.25%-
HSV(B)53.25º43.01%72.94%-
XYZ38.5742.9219.89-
YUV171.690.98138.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 177 (69.53% from 255) = 37.74%
BLUE value IS 106 (41.80% from 255) = 22.60%
R=39.66%
G=37.74%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617710600.050.430.2753.2536.757.25
HexBAB16A052B1B352539
Octal272261152055333654571
Binary10111010101100011101010010110101111011110101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB16A; }

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

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

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

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

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

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

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

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