#BAB876

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

Shades of Dark Khaki #BAB876

Tints of Dark Khaki #BAB876

Color information

#BAB876 (or 0xBAB876) is unknown color: approx Dark Khaki. HEX triplet: BA, B8 and 76. RGB value is (186,184,118). Sum of RGB (Red+Green+Blue) = 186+184+118=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB876 is #454789. Grayscale: #B1B1B1. Windows color (decimal): -4540298 or 7780538. OLE color: 7780538.

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

Color convert

RGB186184118-
CMYK00.010.370.27
HSL58.24º33.01%59.61%-
HSV(B)58.24º36.56%72.94%-
XYZ40.6646.0323.88-
YUV177.0794.66134.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 184 (72.27% from 255) = 37.70%
BLUE value IS 118 (46.48% from 255) = 24.18%
R=38.11%
G=37.70%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618411800.010.370.2758.2433.0159.61
HexBAB87601251B3a213c
Octal272270166014533724174
Binary101110101011100011101100110010111011111010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB876; }

 p { color: rgb(186,184,118); }

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

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

 a { background-color: rgb(186,184,118); }

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

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

 span { border-color: rgb(186,184,118); }

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