#BAB568

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

Shades of Dark Khaki #BAB568

Tints of Dark Khaki #BAB568

Color information

#BAB568 (or 0xBAB568) is unknown color: approx Dark Khaki. HEX triplet: BA, B5 and 68. RGB value is (186,181,104). Sum of RGB (Red+Green+Blue) = 186+181+104=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB568 is #454A97. Grayscale: #AEAEAE. Windows color (decimal): -4541080 or 6862266. OLE color: 6862266.

HSL color Cylindrical-coordinate representation of color #BAB568: hue angle of 56.34º 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 #BAB568 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB186181104-
CMYK00.030.440.27
HSL56.34º37.27%56.86%-
HSV(B)56.34º44.09%72.94%-
XYZ39.2744.4919.61-
YUV173.7288.66136.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 181 (71.09% from 255) = 38.43%
BLUE value IS 104 (41.02% from 255) = 22.08%
R=39.49%
G=38.43%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618110400.030.440.2756.3437.2756.86
HexBAB568032C1B382539
Octal272265150035433704571
Binary1011101010110101110100001110110011011111000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB568; }

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

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

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

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

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

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

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

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