#BAB867

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

Shades of Dark Khaki #BAB867

Tints of Dark Khaki #BAB867

Color information

#BAB867 (or 0xBAB867) is unknown color: approx Dark Khaki. HEX triplet: BA, B8 and 67. RGB value is (186,184,103). Sum of RGB (Red+Green+Blue) = 186+184+103=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB867 is #454798. Grayscale: #AFAFAF. Windows color (decimal): -4540313 or 6797498. OLE color: 6797498.

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

Color convert

RGB186184103-
CMYK00.010.450.27
HSL58.55º37.56%56.67%-
HSV(B)58.55º44.62%72.94%-
XYZ39.8445.719.55-
YUV175.3687.16135.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.32%
GREEN value IS 184 (72.27% from 255) = 38.90%
BLUE value IS 103 (40.62% from 255) = 21.78%
R=39.32%
G=38.90%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618410300.010.450.2758.5537.5656.67
HexBAB867012D1B3b2639
Octal272270147015533734671
Binary101110101011100011001110110110111011111011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB867; }

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

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

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

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

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

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

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

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