#BAB86E

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

Shades of Dark Khaki #BAB86E

Tints of Dark Khaki #BAB86E

Color information

#BAB86E (or 0xBAB86E) is unknown color: approx Dark Khaki. HEX triplet: BA, B8 and 6E. RGB value is (186,184,110). Sum of RGB (Red+Green+Blue) = 186+184+110=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB86E is #454791. Grayscale: #B0B0B0. Windows color (decimal): -4540306 or 7256250. OLE color: 7256250.

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

Color convert

RGB186184110-
CMYK00.010.410.27
HSL58.42º35.51%58.04%-
HSV(B)58.42º40.86%72.94%-
XYZ40.245.8521.48-
YUV176.1690.66135.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 184 (72.27% from 255) = 38.33%
BLUE value IS 110 (43.36% from 255) = 22.92%
R=38.75%
G=38.33%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618411000.010.410.2758.4235.5158.04
HexBAB86E01291B3a243a
Octal272270156015133724472
Binary101110101011100011011100110100111011111010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB86E; }

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

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

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

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

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

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

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

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