#BAB676

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

Shades of Dark Khaki #BAB676

Tints of Dark Khaki #BAB676

Color information

#BAB676 (or 0xBAB676) is unknown color: approx Dark Khaki. HEX triplet: BA, B6 and 76. RGB value is (186,182,118). Sum of RGB (Red+Green+Blue) = 186+182+118=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB676 is #454989. Grayscale: #B0B0B0. Windows color (decimal): -4540810 or 7780026. OLE color: 7780026.

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

Color convert

RGB186182118-
CMYK00.020.370.27
HSL56.47º33.01%59.61%-
HSV(B)56.47º36.56%72.94%-
XYZ40.2545.223.74-
YUV175.995.33135.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 182 (71.48% from 255) = 37.45%
BLUE value IS 118 (46.48% from 255) = 24.28%
R=38.27%
G=37.45%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618211800.020.370.2756.4733.0159.61
HexBAB67602251B38213c
Octal272266166024533704174
Binary1011101010110110111011001010010111011111000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB676; }

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

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

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

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

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

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

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

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