#BAB376

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

Shades of Dark Khaki #BAB376

Tints of Dark Khaki #BAB376

Color information

#BAB376 (or 0xBAB376) is unknown color: approx Dark Khaki. HEX triplet: BA, B3 and 76. RGB value is (186,179,118). Sum of RGB (Red+Green+Blue) = 186+179+118=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB376 is #454C89. Grayscale: #AEAEAE. Windows color (decimal): -4541578 or 7779258. OLE color: 7779258.

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

Color convert

RGB186179118-
CMYK00.040.370.27
HSL53.82º33.01%59.61%-
HSV(B)53.82º36.56%72.94%-
XYZ39.6443.9923.54-
YUV174.1496.32136.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 179 (70.31% from 255) = 37.06%
BLUE value IS 118 (46.48% from 255) = 24.43%
R=38.51%
G=37.06%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617911800.040.370.2753.8233.0159.61
HexBAB37604251B36213c
Octal272263166044533664174
Binary10111010101100111110110010010010111011110110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB376; }

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

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

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

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

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

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

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

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