#BAB563

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

Shades of Dark Khaki #BAB563

Tints of Dark Khaki #BAB563

Color information

#BAB563 (or 0xBAB563) is unknown color: approx Dark Khaki. HEX triplet: BA, B5 and 63. RGB value is (186,181,99). Sum of RGB (Red+Green+Blue) = 186+181+99=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB563 is #454A9C. Grayscale: #ADADAD. Windows color (decimal): -4541085 or 6534586. OLE color: 6534586.

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

Color convert

RGB18618199-
CMYK00.030.470.27
HSL56.55º38.67%55.88%-
HSV(B)56.55º46.77%72.94%-
XYZ39.0344.3918.32-
YUV173.1586.16137.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 181 (71.09% from 255) = 38.84%
BLUE value IS 99 (39.06% from 255) = 21.24%
R=39.91%
G=38.84%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861819900.030.470.2756.5538.6755.88
HexBAB563032F1B392738
Octal272265143035733714770
Binary1011101010110101110001101110111111011111001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB563; }

 p { color: rgb(186,181,99); }

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

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

 a { background-color: rgb(186,181,99); }

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

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

 span { border-color: rgb(186,181,99); }

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