#BAB96A

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

Shades of Dark Khaki #BAB96A

Tints of Dark Khaki #BAB96A

Color information

#BAB96A (or 0xBAB96A) is unknown color: approx Dark Khaki. HEX triplet: BA, B9 and 6A. RGB value is (186,185,106). Sum of RGB (Red+Green+Blue) = 186+185+106=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB96A is #454695. Grayscale: #B0B0B0. Windows color (decimal): -4540054 or 6994362. OLE color: 6994362.

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

Color convert

RGB186185106-
CMYK00.010.430.27
HSL59.25º36.7%57.25%-
HSV(B)59.25º43.01%72.94%-
XYZ40.246.1820.43-
YUV176.2988.33134.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 185 (72.66% from 255) = 38.78%
BLUE value IS 106 (41.80% from 255) = 22.22%
R=38.99%
G=38.78%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618510600.010.430.2759.2536.757.25
HexBAB96A012B1B3b2539
Octal272271152015333734571
Binary101110101011100111010100110101111011111011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB96A; }

 p { color: rgb(186,185,106); }

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

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

 a { background-color: rgb(186,185,106); }

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

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

 span { border-color: rgb(186,185,106); }

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