#BAB866

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

Shades of Dark Khaki #BAB866

Tints of Dark Khaki #BAB866

Color information

#BAB866 (or 0xBAB866) is unknown color: approx Dark Khaki. HEX triplet: BA, B8 and 66. RGB value is (186,184,102). Sum of RGB (Red+Green+Blue) = 186+184+102=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB866 is #454799. Grayscale: #AFAFAF. Windows color (decimal): -4540314 or 6731962. OLE color: 6731962.

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

Color convert

RGB186184102-
CMYK00.010.450.27
HSL58.57º37.84%56.47%-
HSV(B)58.57º45.16%72.94%-
XYZ39.7945.6819.29-
YUV175.2586.66135.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 184 (72.27% from 255) = 38.98%
BLUE value IS 102 (40.23% from 255) = 21.61%
R=39.41%
G=38.98%
B=21.61%

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
Decimal18618410200.010.450.2758.5737.8456.47
HexBAB866012D1B3b2638
Octal272270146015533734670
Binary101110101011100011001100110110111011111011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB866; }

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

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

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

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

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

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

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

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