#BAB973

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

Shades of Dark Khaki #BAB973

Tints of Dark Khaki #BAB973

Color information

#BAB973 (or 0xBAB973) is unknown color: approx Dark Khaki. HEX triplet: BA, B9 and 73. RGB value is (186,185,115). Sum of RGB (Red+Green+Blue) = 186+185+115=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB973 is #45468C. Grayscale: #B1B1B1. Windows color (decimal): -4540045 or 7584186. OLE color: 7584186.

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

Color convert

RGB186185115-
CMYK00.010.380.27
HSL59.15º33.97%59.02%-
HSV(B)59.15º38.17%72.94%-
XYZ40.6946.3723.03-
YUV177.3292.83134.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 185 (72.66% from 255) = 38.07%
BLUE value IS 115 (45.31% from 255) = 23.66%
R=38.27%
G=38.07%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618511500.010.380.2759.1533.9759.02
HexBAB97301261B3b223b
Octal272271163014633734273
Binary101110101011100111100110110011011011111011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB973; }

 p { color: rgb(186,185,115); }

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

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

 a { background-color: rgb(186,185,115); }

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

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

 span { border-color: rgb(186,185,115); }

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