#BAB57A

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

Shades of Dark Khaki #BAB57A

Tints of Dark Khaki #BAB57A

Color information

#BAB57A (or 0xBAB57A) is unknown color: approx Dark Khaki. HEX triplet: BA, B5 and 7A. RGB value is (186,181,122). Sum of RGB (Red+Green+Blue) = 186+181+122=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB57A is #454A85. Grayscale: #B0B0B0. Windows color (decimal): -4541062 or 8041914. OLE color: 8041914.

HSL color Cylindrical-coordinate representation of color #BAB57A: hue angle of 55.31º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAB57A is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB186181122-
CMYK00.030.340.27
HSL55.31º31.68%60.39%-
HSV(B)55.31º34.41%72.94%-
XYZ40.2944.8924.95-
YUV175.7797.66135.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.04%
GREEN value IS 181 (71.09% from 255) = 37.01%
BLUE value IS 122 (48.05% from 255) = 24.95%
R=38.04%
G=37.01%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618112200.030.340.2755.3131.6860.39
HexBAB57A03221B37203c
Octal272265172034233674074
Binary1011101010110101111101001110001011011110111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB57A; }

 p { color: rgb(186,181,122); }

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

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

 a { background-color: rgb(186,181,122); }

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

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

 span { border-color: rgb(186,181,122); }

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