#BAB368

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

Shades of Dark Khaki #BAB368

Tints of Dark Khaki #BAB368

Color information

#BAB368 (or 0xBAB368) is unknown color: approx Dark Khaki. HEX triplet: BA, B3 and 68. RGB value is (186,179,104). Sum of RGB (Red+Green+Blue) = 186+179+104=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB368 is #454C97. Grayscale: #ACACAC. Windows color (decimal): -4541592 or 6861754. OLE color: 6861754.

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

Color convert

RGB186179104-
CMYK00.040.440.27
HSL54.88º37.27%56.86%-
HSV(B)54.88º44.09%72.94%-
XYZ38.8743.6819.48-
YUV172.5489.32137.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 179 (70.31% from 255) = 38.17%
BLUE value IS 104 (41.02% from 255) = 22.17%
R=39.66%
G=38.17%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617910400.040.440.2754.8837.2756.86
HexBAB368042C1B372539
Octal272263150045433674571
Binary10111010101100111101000010010110011011110111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB368; }

 p { color: rgb(186,179,104); }

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

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

 a { background-color: rgb(186,179,104); }

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

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

 span { border-color: rgb(186,179,104); }

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