#BAB868

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

Shades of Dark Khaki #BAB868

Tints of Dark Khaki #BAB868

Color information

#BAB868 (or 0xBAB868) is unknown color: approx Dark Khaki. HEX triplet: BA, B8 and 68. RGB value is (186,184,104). Sum of RGB (Red+Green+Blue) = 186+184+104=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB868 is #454797. Grayscale: #AFAFAF. Windows color (decimal): -4540312 or 6863034. OLE color: 6863034.

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

Color convert

RGB186184104-
CMYK00.010.440.27
HSL58.54º37.27%56.86%-
HSV(B)58.54º44.09%72.94%-
XYZ39.8945.7219.82-
YUV175.4887.66135.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 184 (72.27% from 255) = 38.82%
BLUE value IS 104 (41.02% from 255) = 21.94%
R=39.24%
G=38.82%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618410400.010.440.2758.5437.2756.86
HexBAB868012C1B3b2539
Octal272270150015433734571
Binary101110101011100011010000110110011011111011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB868; }

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

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

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

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

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

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

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

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